initial commit

This commit is contained in:
2026-04-03 15:31:02 +00:00
commit 95bf5579ef
10 changed files with 14131 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
services:
nginx:
image: lscr.io/linuxserver/nginx:latest
container_name: nginx
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=Etc/UTC
ports:
- 443:443
restart: unless-stopped