fix: gitignores

This commit is contained in:
theoleuthardt 2025-08-19 16:59:22 +00:00
parent 78f4f39789
commit 28c803a2a2
3 changed files with 6 additions and 1 deletions

1
dashy/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config.yml

4
glance/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/config
/assets
.env

View file

@ -4,7 +4,7 @@ services:
container_name: privatebin
restart: always
read_only: true
user: "1000:1000" # Run the container with the UID:GID of your Docker user
user: "1000:1000"
ports:
- "8888:8080"
volumes: