added docker-compose

This commit is contained in:
2022-03-19 16:36:20 +03:00
parent 5b4a9307ab
commit 600b69ea83

9
docker-compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
version: "3"
services:
nginx:
image: nginx:1.21.6-alpine
volumes:
- ./app:/usr/share/nginx/html
ports:
- "8811:80"