Initial commit: VeryExtraOS ARG site
This commit is contained in:
9
ops/docker-compose.yml
Normal file
9
ops/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
veryextra-arg:
|
||||
image: nginx:alpine
|
||||
container_name: veryextra-arg
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8008:80"
|
||||
volumes:
|
||||
- ../site:/usr/share/nginx/html:ro
|
||||
Reference in New Issue
Block a user