Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from cloudnautique/main
Browse files Browse the repository at this point in the history
Need the expected port to be part of the definition.
  • Loading branch information
cloudnautique authored Dec 20, 2023
2 parents 620e820 + 06926c8 commit 457e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services: mongo: {
address: "${address}"
default: true
secrets: ["admin", "user"]
ports: "${port}"
ports: "27017:${port}"
data: {
proto: "${proto}"
dbName: "${dbName}"
Expand Down

0 comments on commit 457e489

Please sign in to comment.