Default site
This commit is contained in:
commit
647baea6de
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
www:
|
||||
image: nginx:latest
|
||||
container_name: www
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:8080:80
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html
|
Loading…
x
Reference in New Issue
Block a user