Red5d / docker-autocompose

Generate a docker-compose yaml definition from a running container
1.76k stars 197 forks source link

Missing values #59

Open kroese opened 1 year ago

kroese commented 1 year ago

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.

strech345 commented 10 months ago

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
tmichaeltx commented 8 months ago

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.