Fix timezone issue in reference compose.yml
This commit is contained in:
parent
2fe88259ec
commit
a92e6b04b7
4 changed files with 20 additions and 16 deletions
13
compose.yml
Normal file
13
compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
hibiscus:
|
||||
image: git.a71.su/andrew71/hibiscus:latest
|
||||
container_name: hibiscus
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7101:7101"
|
||||
volumes:
|
||||
- ./path-to-config:/config
|
||||
- ./path-to-data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
Loading…
Add table
Add a link
Reference in a new issue