Skip to content

Instantly share code, notes, and snippets.

@francoisruty
francoisruty / docker-compose.yml
Created June 25, 2019 17:46
fruty_nginx-oauth
version: '2'
services:
load-balancer:
image: nginx
ports: ["80:80"]
volumes: ["./example.conf:/etc/nginx/conf.d/example.conf:ro"]
web-server:
var test = "hello";