Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clementguillot committed Feb 23, 2024
1 parent 15f38d7 commit e6adfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
mongo-express:
image: mongo-express
ports:
- 9500:9500
- '9500:9500'
environment:
ME_CONFIG_MONGODB_URL: mongodb://mongo:27017/
PORT: 9500
Expand Down

0 comments on commit e6adfd8

Please sign in to comment.