Skip to content

Commit

Permalink
32: Revert commenting out mapeditor-net external network in docker-co…
Browse files Browse the repository at this point in the history
…mpose.yml.
  • Loading branch information
lfse-slafleur committed Oct 23, 2024
1 parent 68e99f3 commit 9cd6d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
networks:
omotes:
external: true
# mapeditor-net:
# external: true
mapeditor-net:
external: true

volumes:
db-data:
Expand All @@ -12,7 +12,7 @@ services:
image: ghcr.io/project-omotes/omotes_rest:1.0.2
networks:
- omotes
# - mapeditor-net
- mapeditor-net
ports:
- "9200:9200"
environment:
Expand Down

0 comments on commit 9cd6d16

Please sign in to comment.