Skip to content

Instantly share code, notes, and snippets.

@carlessanagustin
Created January 26, 2021 11:25
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 carlessanagustin/ff04aeeeb018ca7ef6c933eb2fa3bf64 to your computer and use it in GitHub Desktop.
Save carlessanagustin/ff04aeeeb018ca7ef6c933eb2fa3bf64 to your computer and use it in GitHub Desktop.
Simple Nginx via Docker Compose file
version: '3'
services:
webserver:
image: nginx:latest
command: [nginx-debug, '-g', 'daemon off;']
ports:
- "8080:80/tcp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment