Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge commit '5a90a1d21a1cd33d6b9b75c4ef26de01abfa1f37'
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Oct 17, 2016
2 parents 5e415eb + 5a90a1d commit 0ec7467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: '2'
services:
php:
image: dev/${STACK_PHP_IMAGE}
image: ${STACK_PHP_IMAGE}
build:
dockerfile: Dockerfile
context: .
Expand All @@ -29,7 +29,7 @@ services:
#- ./composer.json:/app/composer.json
#- ./composer.lock:/app/composer.lock
# Debug
#- ./src/app.env:/app/src/app.env
#- ./src/local.env:/app/src/local.env
#- ./web/assets:/app/web/assets
#- ./vendor:/app/vendor
#- ./runtime:/app/runtime
Expand All @@ -39,4 +39,4 @@ services:
environment:
- MYSQL_ROOT_PASSWORD=secret
ports:
- '3306'
- '3306'

0 comments on commit 0ec7467

Please sign in to comment.