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 0087e75 commit db5fa61Copy full SHA for db5fa61
compose.yaml
@@ -2,3 +2,16 @@ services:
2
mailer:
3
image: schickling/mailcatcher
4
ports: ["1025:1025", "1080:1080"]
5
+
6
7
+# toolphp:
8
+# image: macintoshplus/php:php73
9
+# volumes:
10
+# - ./:/sources
11
+# dns:
12
+# - 8.8.8.8
13
+# environment:
14
+# SYMFONY_ENV: 'dev'
15
+# PHP_ENV: 'DEV'
16
+ #XDEBUG_CONFIG: "remote_host=172.18.0.1 remote_connect_back=1 profiler_enable=1 remote_autostart=0 remote_enable=1"
17
+ #PHP_IDE_CONFIG: "serverName=local"
docker-compose.yml
0 commit comments