Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing values #59

Open
kroese opened this issue Apr 23, 2023 · 2 comments
Open

Missing values #59

kroese opened this issue Apr 23, 2023 · 2 comments

Comments

@kroese
Copy link

kroese commented Apr 23, 2023

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
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants