Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from mathewpeterson/fix/docker-compose
Browse files Browse the repository at this point in the history
Changes VIRTUAL_HOST env variable for nginx container
  • Loading branch information
drgomesp committed Mar 15, 2016
2 parents dd4316f + 3ab77fb commit f386a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nginx:
links:
- php
environment:
VIRTUAL_HOST: symfony-docker.palantir.local
VIRTUAL_HOST: symfony-docker.local

mariadb:
image: tutum/mariadb
Expand Down

0 comments on commit f386a1f

Please sign in to comment.