compose: mount /etc/localtime into containers
This commit is contained in:
parent
d6fc9bd9f8
commit
ae9d9a4324
@ -23,6 +23,7 @@ services:
|
||||
- 127.0.0.1:3333:3000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
tmpfs: '/run,/tmp,/etc,/drone'
|
||||
restart: always
|
||||
labels:
|
||||
@ -36,6 +37,7 @@ services:
|
||||
- drone-server
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
labels:
|
||||
- traefik.enable=false
|
||||
|
Loading…
Reference in New Issue
Block a user