Skip to content

Instantly share code, notes, and snippets.

@uilian
Created January 24, 2018 10:14
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 uilian/23db79cdb06e102d03eecc547d00d3e3 to your computer and use it in GitHub Desktop.
Save uilian/23db79cdb06e102d03eecc547d00d3e3 to your computer and use it in GitHub Desktop.
docker-compose nginx
version: '2'
services:
web:
image: nginx:stable-alpine
volumes:
- ./code:/usr/share/nginx/html
ports:
- "8080:80"
environment:
- NGINX_HOST=localhost.com
- NGINX_PORT=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment