Skip to content

Instantly share code, notes, and snippets.

@baobao
Last active August 22, 2019 13:53
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 baobao/cfe648d2ad345256583ce90d35d15729 to your computer and use it in GitHub Desktop.
Save baobao/cfe648d2ad345256583ce90d35d15729 to your computer and use it in GitHub Desktop.
nginxを立ちあげる
version: '3'
services:
nginx:
image: nginx:latest
ports:
- 8080:80
volumes:
- ./public:/usr/share/nginx/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment