Skip to content

Instantly share code, notes, and snippets.

@francoisruty
francoisruty / docker-compose.yml
Created February 14, 2021 17:02
fruty_docker-outbound-restriction
version: '3'
services:
nginx-proxy-google:
networks:
- no-internet
- internet
image: nginx:stable
volumes:
- ./nginx_proxy_google.conf:/etc/nginx/nginx.conf
@francoisruty
francoisruty / nginx_proxy_google.conf
Created February 14, 2021 17:09
fruty_docker-outbound-restriction
user nginx;
worker_processes 8;
error_log syslog:server=unix:/dev/log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;