Skip to content

Commit

Permalink
Fix ports and network
Browse files Browse the repository at this point in the history
  • Loading branch information
igor.la committed Dec 6, 2024
1 parent 82ffc32 commit 59fa813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ x-logging: &default-logging

networks:
ows-events_build:
driver: bridge

services:
frontend:
Expand Down Expand Up @@ -83,7 +84,7 @@ services:
restart: unless-stopped
command: ['--bind_ip_all']
ports:
- '127.0.0.1:27001:27017'
- '27020:27017'
networks:
- ows-events_build
healthcheck:
Expand Down

0 comments on commit 59fa813

Please sign in to comment.