Fixed syntax

This commit is contained in:
WilliamMiceli
2019-09-13 20:50:56 -04:00
parent 868d7a4ce2
commit 2995b8ae4f

View File

@@ -22,8 +22,8 @@ services:
ports:
- "${DASHBOARD_PORT}:8080" # Traefik Dashboard
- "22:22" # SSH
- #"80:80" # HTTP
- #"443:443" # HTTPS
#- "80:80" # HTTP
#- "443:443" # HTTPS
- "3306:3306" # MySQL
- "19132:19132" # Minecraft
restart: always