Skip to content

Commit db5fa61

Browse files
committed
fix docker compose configuration
1 parent 0087e75 commit db5fa61

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

compose.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@ services:
22
mailer:
33
image: schickling/mailcatcher
44
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

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)