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
1 parent 22486fe commit 8208dedb190fd7ef216a672d2ab790765840361c
@Florian Schroen Florian Schroen authored on 15 Jun 2023
Showing 1 changed file
View
docker-compose.yml