Skip to content

Commit 2940aed

Browse files
committed
fix: Docker db issue
1 parent 147fd96 commit 2940aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
container_name: hms-mongo
2222
platform: linux/amd64
2323
ports:
24-
- "27017:27017"
24+
- "27018:27017"
2525
volumes:
2626
- mongo-data:/data/db
2727
restart: unless-stopped

0 commit comments

Comments
 (0)