We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0bb00 commit d270056Copy full SHA for d270056
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PHP_VERSION=8.2
+ARG PHP_VERSION=8.1
2
3
FROM php:${PHP_VERSION}-cli
4
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
15
mongodb:
16
container_name: mongodb
17
- image: mongodb/mongodb-atlas-local:8.0.8
+ image: mongodb/mongodb-atlas-local:latest
18
ports:
19
- "27017:27017"
20
healthcheck:
0 commit comments