Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Feb 24, 2025
1 parent e9ba376 commit 0cf5266
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
version: "3.6"
services:
zoffline:
image: zoffline/zoffline:latest
build:
context: .
dockerfile: Dockerfile
container_name: zoffline
environment:
image: zoffline/zoffline:latest
build:
context: .
dockerfile: Dockerfile
container_name: zoffline
environment:
- TZ=Europe/London
volumes:
volumes:
- ./storage/:/usr/src/app/zwift-offline/storage
ports:
ports:
- 80:80
- 443:443
- 3024:3024/udp
- 3025:3025
- 53:53/udp
restart: unless-stopped
restart: unless-stopped

0 comments on commit 0cf5266

Please sign in to comment.