We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26ce20 commit 61d9956Copy full SHA for 61d9956
docs/setup/README.md
@@ -97,11 +97,11 @@ services:
97
restart: always
98
ports:
99
# Public HTTP Port:
100
- - '8080:80'
+ - '80:80'
101
# Public HTTPS Port:
102
- - '4443:443'
+ - '443:443'
103
# Admin Web Port:
104
- - '8181:81'
+ - '81:81'
105
environment:
106
# These are the settings to access your db
107
DB_MYSQL_HOST: "db"
0 commit comments