Set ports to default value

This commit is contained in:
Razvan Stoica 2021-03-22 09:50:25 +02:00 committed by GitHub
parent c26ce2083f
commit 61d99561c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,11 +97,11 @@ services:
restart: always restart: always
ports: ports:
# Public HTTP Port: # Public HTTP Port:
- '8080:80' - '80:80'
# Public HTTPS Port: # Public HTTPS Port:
- '4443:443' - '443:443'
# Admin Web Port: # Admin Web Port:
- '8181:81' - '81:81'
environment: environment:
# These are the settings to access your db # These are the settings to access your db
DB_MYSQL_HOST: "db" DB_MYSQL_HOST: "db"