gaiety revised this gist . Go to revision
1 file changed, 8 insertions
nginx-static-site-docker-compose.yml(file created)
@@ -0,0 +1,8 @@ | |||
1 | + | name: nginx-static-site | |
2 | + | services: | |
3 | + | client: | |
4 | + | image: nginx | |
5 | + | ports: | |
6 | + | - 80:80 | |
7 | + | volumes: | |
8 | + | - ./:/usr/share/nginx/html |
Newer
Older