Skip to content

Commit 6d05970

Browse files
committed
remove port bind, no need in prod
1 parent 6ddc00c commit 6d05970

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ services:
2525
build:
2626
context: ../
2727
dockerfile: docker/Dockerfile
28-
ports:
29-
- "8080:80"
3028
environment:
3129
- DATABASE_URL=mongodb://${DB_USER}:${DB_PASS}@khi_db:27017/khi2025?authSource=admin
3230
- ORIGIN=http://0.0.0.0:80

0 commit comments

Comments
 (0)