Update .gitea/workflows/services.yml
Test Workflow run in Container / test (push) Successful in 8s
Test Gitea Actions with Service Containers / build (push) Has been cancelled

This commit is contained in:
2023-07-17 19:47:40 +02:00
parent 542670be57
commit 49c211d372
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
mongo-express: mongo-express:
image: mongo-express:latest image: mongo-express:latest
ports: ports:
- 27017:27017 - 7777:7777
env: env:
ME_CONFIG_MONGODB_ADMINUSERNAME: root ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword