瀏覽代碼

Set ports to default value

Razvan Stoica 4 年之前
父節點
當前提交
61d99561c1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/setup/README.md

+ 3 - 3
docs/setup/README.md

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