mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-13 17:19:52 +00:00
add missing volume env
This commit is contained in:
parent
ca4514a8ad
commit
4995a96567
@ -12,7 +12,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /mnt/docker-volumes/onedev:/opt/onedev
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/onedev:/opt/onedev
|
||||
environment:
|
||||
- initial_user=1dev # only used for init, may change
|
||||
- initial_password=onedev # only used for init, may change
|
||||
|
Loading…
x
Reference in New Issue
Block a user