Changed file structure again

This commit is contained in:
Stella⋆˚✿˖° 2025-01-27 22:39:50 +01:00
parent f1017e803c
commit d108e61f79
7 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ services:
container_name: web container_name: web
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./:/usr/share/nginx/html - ./html:/usr/share/nginx/html
ports: ports:
- '80:80' - '80:80'