questions3 and some practical misc stuff
This commit is contained in:
committed by
Alec Schmidt
parent
5e9f03e0f7
commit
ab278cc9b3
9
misc/docker-compose.yml
Normal file
9
misc/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
nginx:
|
||||
ports:
|
||||
- "80:80"
|
||||
container_name: nginx-1.20.0
|
||||
image: nginx:1.20.0
|
||||
volumes:
|
||||
- .:/usr/share/nginx/html:ro
|
||||
|
Reference in New Issue
Block a user