Skip to content

Instantly share code, notes, and snippets.

@joatmon08
Last active April 9, 2018 22:30
Show Gist options
  • Select an option

  • Save joatmon08/932bc9df0a2a210b562dbed9a688f5c1 to your computer and use it in GitHub Desktop.

Select an option

Save joatmon08/932bc9df0a2a210b562dbed9a688f5c1 to your computer and use it in GitHub Desktop.
Reverse Proxy Docker Compose
version: '2'
services:
reverseproxy:
image: reverseproxy:latest
ports:
- 8080:8080
restart: always
test:
image: joatmon08/testapp:latest
restart: always
Copy link
Copy Markdown

ghost commented Apr 9, 2018

Hey Rosemary, do you have the Dockerfile for testapp somewhere? Because I wasn't able to get this docker-compose.yml to run without it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment