fixed problems with docker that only existed on other systems

This commit is contained in:
QkoSad
2025-06-17 16:53:54 +03:00
parent 5a2b291bdd
commit 3ba8c2abd5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
MONGO_URL: "mongodb://the_username:the_password@mongo:27017/the_database"
mongo:
image: mongo
image: mongo:4.4
ports:
- 3456:27017
environment: