Inicjalizacja repozytorium po uporządkowaniu Gitea; dodanie gitignore
This commit is contained in:
18
filebrowser/compose.yaml
Normal file
18
filebrowser/compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
filebrowser:
|
||||
image: filebrowser/filebrowser
|
||||
container_name: filebrowser
|
||||
user: 0:0
|
||||
ports:
|
||||
- "1234:80"
|
||||
volumes:
|
||||
- /mnt/second_disk:/srv
|
||||
- ./filebrowser.db:/database.db
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
networks:
|
||||
- central_dogma
|
||||
networks:
|
||||
central_dogma:
|
||||
external: true
|
||||
Reference in New Issue
Block a user