Skip to content

Instantly share code, notes, and snippets.

@Clement-TS
Created August 16, 2016 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Clement-TS/21d9df0ba80ab824da8668a018377c7c to your computer and use it in GitHub Desktop.
Save Clement-TS/21d9df0ba80ab824da8668a018377c7c to your computer and use it in GitHub Desktop.
Proxy docker-compose
version: '2'
services:
proxy:
image: nginx:stable
container_name: proxy
ports:
- 80:80
- 443:443
restart: always
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
networks:
telecomsante.loc:
aliases:
- proxy.telecomsante.loc
networks:
telecomsante.loc:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment