Skip to content

Commit 61d9956

Browse files
Set ports to default value
1 parent c26ce20 commit 61d9956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setup/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ services:
9797
restart: always
9898
ports:
9999
# Public HTTP Port:
100-
- '8080:80'
100+
- '80:80'
101101
# Public HTTPS Port:
102-
- '4443:443'
102+
- '443:443'
103103
# Admin Web Port:
104-
- '8181:81'
104+
- '81:81'
105105
environment:
106106
# These are the settings to access your db
107107
DB_MYSQL_HOST: "db"

0 commit comments

Comments
 (0)