test
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
container_name: hello-world
|
||||
ports:
|
||||
- "80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
Reference in New Issue
Block a user