Fix timezone issue in reference compose.yml

This commit is contained in:
Andrew-71 2024-05-01 00:22:23 +03:00
parent 2fe88259ec
commit a92e6b04b7
4 changed files with 20 additions and 16 deletions

13
compose.yml Normal file
View 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