cg1-visualisations/docker-compose.yml

12 lines
200 B
YAML

services:
cg1:
image: nginx:alpine
volumes:
- ./src:/usr/share/nginx/html:ro
networks:
- public
restart: unless-stopped
networks:
public:
external: true