hibiscus/compose.yml

13 lines
324 B
YAML
Raw Permalink Normal View History

version: "3.8"
services:
hibiscus:
2024-06-02 01:35:01 +03:00
image: ghcr.io/andrew-71/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