We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddc00c commit 6d05970Copy full SHA for 6d05970
1 file changed
docker/docker-compose.yml
@@ -25,8 +25,6 @@ services:
25
build:
26
context: ../
27
dockerfile: docker/Dockerfile
28
- ports:
29
- - "8080:80"
30
environment:
31
- DATABASE_URL=mongodb://${DB_USER}:${DB_PASS}@khi_db:27017/khi2025?authSource=admin
32
- ORIGIN=http://0.0.0.0:80
0 commit comments