Initial Hello World site
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
www:
|
||||
image: nginx:alpine
|
||||
container_name: www-kenjim
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
restart: always
|
||||
Reference in New Issue
Block a user