Update docker-compose.yml

Fixed the comment that said to keep the port on 80 as the default container port has changed to 8080. If left alone from an upgrade, this will prevent you from connecting to Dashy.
This commit is contained in:
Max Kulik 2024-04-26 16:04:37 -05:00 committed by GitHub
parent 382f8f3ec0
commit 17b57d339f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
# - /path/to/my-config.yml:/app/user-data/conf.yml
# - /path/to/item-icons:/app/user-data/item-icons/
# Set port that web service will be served on. Keep container port as 80
# Set port that web service will be served on. Keep container port as 8080. Previously this was port 80 and has changed!
ports:
- 4000:8080