Change name

This commit is contained in:
Gal 2024-04-11 08:19:57 +02:00
parent ad3d5754e7
commit 56c2d0455b
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- ./:/usr/src/app - ./:/usr/src/app
ports: ports:
- "3000:3000" - "3000:3000"
command: ["npx", "notes", "build", "--serve", "--port", "3000"] command: ["npx", "quartz", "build", "--serve", "--port", "3000"]
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.notes.rule=Host(`notes.velouria.dev`)" - "traefik.http.routers.notes.rule=Host(`notes.velouria.dev`)"