mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-21 22:45:06 +00:00
Compare commits
2 Commits
a65b369ae9
...
5a5b3f35e3
Author | SHA1 | Date | |
---|---|---|---|
5a5b3f35e3 | |||
d36de0f3f5 |
@ -39,7 +39,7 @@ services:
|
||||
- APPLICATION_URL=${filemanager_domain}
|
||||
- ONLYOFFICE_URL=http://onlyoffice
|
||||
volumes:
|
||||
- ./data/filestash:/app/data
|
||||
- .data/filestash:/app/data
|
||||
networks:
|
||||
- proxy
|
||||
- onlyoffice
|
||||
@ -50,6 +50,9 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- onlyoffice
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
|
||||
|
||||
archivebox:
|
||||
image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
||||
|
Loading…
Reference in New Issue
Block a user