mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
add env 'DOCKER_VOLUME_STORAGE' for volume path customization
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
dns:
|
||||
- 192.168.178.100 # specify your internal dns server for proper dns lookups; especially if you are using https and hostnames
|
||||
volumes:
|
||||
- /mnt/docker-volumes/drone/data:/var/lib/drone
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/drone/data:/var/lib/drone
|
||||
#- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
- DRONE_DEBUG=true
|
||||
|
||||
Reference in New Issue
Block a user