add docker compose
This commit is contained in:
parent
2eb235317d
commit
ff10bd931f
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
convy:
|
||||||
|
image: nginx:alpine
|
||||||
|
volumes:
|
||||||
|
- ./src:/usr/share/nginx/html:ro
|
||||||
|
networks:
|
||||||
|
- public
|
||||||
|
networks:
|
||||||
|
public:
|
||||||
|
external: true
|
Loading…
Reference in New Issue