mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
50bfa24d99
Fix user home sync status in single player mode. Sync workouts before rendering user home. Changes in launcher pages. Revert unnecessary changes.
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
|