cg1_tut_mdi/docker-compose.yml

7 lines
121 B
YAML

services:
cg1:
image: nginx:alpine
volumes:
- ./src:/usr/share/nginx/html:ro
ports:
- "8080:80"