Added website
This commit is contained in:
14
docker/docker-02/website/compose.yaml
Normal file
14
docker/docker-02/website/compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
nginx:
|
||||||
|
image: nginx:latest
|
||||||
|
container_name: website
|
||||||
|
volumes:
|
||||||
|
- ./content:/usr/share/nginx/html:ro
|
||||||
|
networks:
|
||||||
|
- newt
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
newt:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user