Changed content and file structure

This commit is contained in:
Bo⋆˚✿˖° 2025-01-27 22:37:42 +01:00
parent b032def6fe
commit f1017e803c
11 changed files with 72 additions and 128 deletions

View file

@ -1,7 +1,9 @@
services:
web:
build: .
container_name: pixelated-web
image: nginx:latest
container_name: web
restart: unless-stopped
volumes:
- ./:/usr/share/nginx/html
ports:
- '80:80'
- '80:80'