mirror of
https://github.com/zoffline/zwift-offline.git
synced 2025-12-05 20:40:03 -08:00
19 lines
464 B
YAML
19 lines
464 B
YAML
services:
|
|
zoffline:
|
|
image: zoffline/zoffline:latest
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: zoffline
|
|
environment:
|
|
- TZ=Europe/London
|
|
volumes:
|
|
- ./storage/:/usr/src/app/zwift-offline/storage
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
- 3024:3024/udp
|
|
- 3025:3025
|
|
- 53:53/udp
|
|
restart: unless-stopped
|