Renamed folder src to public

This commit is contained in:
Dennis Allerkamp 2025-05-10 11:29:33 +02:00
parent 420c0fe1c8
commit b414f2d8af
9 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ services:
cg1: cg1:
image: nginx:alpine image: nginx:alpine
volumes: volumes:
- ./src:/usr/share/nginx/html:ro - ./public:/usr/share/nginx/html:ro
ports: ports:
- "8080:80" - "8080:80"