This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
- ./conf/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
expose:
|
||||
- "80"
|
||||
ports:
|
||||
- "25565:25565"
|
||||
Reference in New Issue
Block a user