mirror of https://github.com/usual2970/certimate
build: set timezone in docker-compose
parent
f9e3797cdd
commit
19ccac5c05
|
@ -6,5 +6,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 8090:8090
|
||||||
volumes:
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- ./data:/app/pb_data
|
- ./data:/app/pb_data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue