Skip to content

Commit

Permalink
Merge pull request #39 from EGA-archive/compose
Browse files Browse the repository at this point in the history
Changing port again to let mongo show up in port 27017
  • Loading branch information
costero-e authored Feb 10, 2025
2 parents 9182e10 + 287c0a9 commit 2917c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon/conf/api_version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api_version: v2.0-832394a
api_version: v2.0-9182e10
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
hostname: mongo
container_name: mongoprod
ports:
- 27018:27017
- 27017:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
Expand Down

0 comments on commit 2917c7b

Please sign in to comment.