Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Change port from 80 to 8080 on line 15
  • Loading branch information
RTL3WD committed May 25, 2024
1 parent 9d3fc20 commit 07e0e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ services:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
ports:
- 80:80
- 8080:80
restart: unless-stopped

0 comments on commit 07e0e02

Please sign in to comment.