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

docker-compose.yml: fix volume mount options #1024

Merged

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    22486fe View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. docker-compose.yml: fix volume mount options

    `z` is valid only for bindmounts
    
    When using with volumes a warning for each volume appears:
    
    netbox$ docker compose up
    [+] Building 0.0s (0/0)
    WARN[0000] mount of type `volume` should not define `bind` option
    WARN[0000] mount of type `volume` should not define `bind` option
    WARN[0000] mount of type `volume` should not define `bind` option
    
    This may appear only when using a docker-compose.override.yml
    florianschroen committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8208ded View commit details
    Browse the repository at this point in the history