Change provider from npm to nginx

This commit is contained in:
2025-07-01 21:57:58 +02:00
parent 767037a66f
commit 158a19d35e
5 changed files with 31 additions and 14 deletions

7
custom/compose.yaml Normal file
View File

@ -0,0 +1,7 @@
services:
web:
image: quartz-jpg
container_name: quartz-jpg
ports:
- "8080:80"