Changed content and file structure

This commit is contained in:
Bo⋆˚✿˖° 2025-01-27 22:37:42 +01:00
parent 8ed4f9db9d
commit 842e0decf2
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
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'