Run prettier on all the things

This commit is contained in:
nimbleghost 2023-05-29 22:25:01 +02:00
parent 4d40de58fc
commit c1ff20f5be
37 changed files with 2831 additions and 2231 deletions

View file

@ -6,7 +6,7 @@ services:
command:
- serve
environment:
- TZ=UTC # optional: Change to your desired timezone
- TZ=UTC # optional: Change to your desired timezone
user: UID:GID # optional: Set custom user/group or uid/gid
volumes:
- /var/cache/ntfy:/var/cache/ntfy
@ -14,4 +14,3 @@ services:
ports:
- 80:80
restart: unless-stopped