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 7b1356d commit 53d40ecCopy full SHA for 53d40ec
apps/trafficserver/.env
@@ -5,11 +5,8 @@ W9_VERSION="latest"
5
W9_POWER_PASSWORD="1PrMxExC45LsCT"
6
7
W9_HTTP_PORT_SET=8080
8
-W9_HTTPS_PORT_SET=8443
+W9_HTTP_PORT=8080
9
W9_ID=trafficserver
10
-W9_HTTP_PORT=80
11
-W9_HTTPS_PORT=81
12
-
13
W9_LOGIN_USER=admin
14
W9_ADMIN_PATH="/manager"
15
W9_URL=internet_ip:$W9_HTTP_PORT_SET
apps/trafficserver/docker-compose.yml
@@ -9,7 +9,6 @@ services:
restart: unless-stopped
ports:
- $W9_HTTP_PORT_SET:8080
- - $W9_HTTPS_PORT_SET:8443
# Management port
- 8088:8088
env_file: .env
0 commit comments