Revert "Apparently Rancher still doesn't like it."

This reverts commit e471dedf93.
This commit is contained in:
WilliamMiceli
2019-09-13 20:53:21 -04:00
parent e471dedf93
commit 6cc2791a1b

View File

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