Fix URL for mongo-express
All checks were successful
pipeline / build-and-push-images (push) Successful in 16s
pipeline / deploy (push) Successful in 13s

This commit is contained in:
2025-01-20 15:17:51 +01:00
parent 52e1acd96c
commit 726177cccc

View File

@@ -19,7 +19,7 @@ services:
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: password
ME_CONFIG_MONGODB_URL: mongodb://mongo:27017/
ME_CONFIG_MONGODB_URL: mongodb://root:password@mongo:27017/
ME_CONFIG_BASICAUTH: "false"
patch_detector: