diff options
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index a6b435a..b25c9f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,11 +23,15 @@ services: - "./.env:/var/www/.env" environment: PORT: 8080 - # for xdebug uncomment next subsection - extra_hosts: - - host.docker.internal:host-gateway + + # for xdebug uncomment the 'extra_hosts' subsection + # extra_hosts: + # - host.docker.internal:host-gateway + + # network implements a bridge to ohter docker services # networks: # - anom-network + command: sh -c "/usr/local/bin/docker-entrypoint.sh" # @@ -37,6 +41,7 @@ services: # ports: # - "11211:11211" + # # redis: # container_name: redis # image: 'redis:5.0.7-alpine' @@ -45,6 +50,7 @@ services: # networks: # - anom-network + # # mailhog # NOTE: this is a fake mail server # mailhog: @@ -52,4 +58,3 @@ services: # ports: # - "1025:1025" # - "8025:8025" - |
