Skip to content

Commit 1f692f1

Browse files
committed
chore: fix ports
1 parent 24e4a7c commit 1f692f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web-servers/docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ services:
1313
restart: unless-stopped
1414
image: "luckspt/hivetown-web:latest"
1515
ports:
16-
- "8081:8080"
17-
environment:
18-
- "PORT=8080"
16+
- "8081:80"
1917
env_file:
2018
- web.env
2119
depends_on:

0 commit comments

Comments
 (0)