Skip to content

Commit

Permalink
Attempt to fix 503 issue with nginx-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyeah committed Sep 19, 2017
1 parent ae83b75 commit 1a26491
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ version: "2"
services:
app:
image: nimmis/apache-php7:latest
ports:
- "8081:80"
volumes:
- "./:/var/www/html"
links:
- otp
build: .
environment:
- VIRTUAL_HOST=busassistant.xyz
- LETSENCRYPT_HOST=busassistant.xyz
- LETSENCRYPT_EMAIL=jackgreenhill@me.com
network_mode: "bridge"
otp:
image: goabout/opentripplanner:0.19.0
volumes:
Expand Down

0 comments on commit 1a26491

Please sign in to comment.