Skip to content

Commit

Permalink
ADDED: expose nginx to all interfaces and on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jun 7, 2024
1 parent 05623cc commit 62b6bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ services:
context: .
dockerfile: Dockerfile
environment:
- PUID=1000
- PGID=1000
- PUID=1015
- PGID=1015
- TZ=Europe/London
ports:
- 1080:80
- "0.0.0.0:80:80"
restart: unless-stopped
volumes:
- ./config:/config

0 comments on commit 62b6bbb

Please sign in to comment.