Files
ontime/docker-compose.yml
T
2024-12-04 19:49:49 +01:00

14 lines
280 B
YAML

services:
ontime:
container_name: ontime
image: getontime/ontime:latest
ports:
- "4001:4001/tcp"
- "8888:8888/udp"
- "9999:9999/udp"
volumes:
- "./ontime-data:/data/"
environment:
- TZ=Asia/Singapore
restart: unless-stopped