Skip to content

Commit 01fd5e2

Browse files
committed
remove hostport to avoid prod/staging allocating same port
1 parent c56704c commit 01fd5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
volumes:
1212
- ./nginx/tnext.conf:/etc/nginx/conf.d/tnext.conf
1313
ports:
14-
- "8080:8080"
14+
- "8080"
1515
links:
1616
- tnext
1717

0 commit comments

Comments
 (0)