mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
fix: gitignores
This commit is contained in:
parent
78f4f39789
commit
28c803a2a2
3 changed files with 6 additions and 1 deletions
1
dashy/.gitignore
vendored
Normal file
1
dashy/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
config.yml
|
||||||
4
glance/.gitignore
vendored
Normal file
4
glance/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
/config
|
||||||
|
/assets
|
||||||
|
.env
|
||||||
|
|
||||||
|
|
@ -4,7 +4,7 @@ services:
|
||||||
container_name: privatebin
|
container_name: privatebin
|
||||||
restart: always
|
restart: always
|
||||||
read_only: true
|
read_only: true
|
||||||
user: "1000:1000" # Run the container with the UID:GID of your Docker user
|
user: "1000:1000"
|
||||||
ports:
|
ports:
|
||||||
- "8888:8080"
|
- "8888:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue