added docker-compose
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:1.21.6-alpine
|
||||
volumes:
|
||||
- ./app:/usr/share/nginx/html
|
||||
ports:
|
||||
- "8811:80"
|
||||
Reference in New Issue
Block a user