docker-autocompose icon indicating copy to clipboard operation
docker-autocompose copied to clipboard

Missing values

Open kroese opened this issue 2 years ago • 3 comments

It does not export the SHM value:

shm_size: 512MB

Nor the stop timeout value:

stop_grace_period: 2m

Nor the static IP address:

networks:
      example:
        ipv4_address: 172.18.0.2

If these three values could be added that would be really nice.

kroese avatar Apr 23 '23 06:04 kroese

also this was all missing

    cap_add:
      - NET_ADMIN
    sysctls:
      net.ipv4.conf.all.rp_filter: 2
      net.ipv6.conf.all.disable_ipv6: 1
    volumes:
      - type: tmpfs
        target: /tmp

strech345 avatar Aug 29 '23 19:08 strech345

I would add that I am seeing both the ipv4_address and mac_address missing when I use this. If needed I can provide additional clarification.

tmichaeltx avatar Oct 30 '23 13:10 tmichaeltx