mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 20:15:07 +00:00
Compare commits
No commits in common. "5a5b3f35e34caccae5fbe0d3beccc63664d8f42b" and "a65b369ae9172465ca7b22d4070c3b825fb90e30" have entirely different histories.
5a5b3f35e3
...
a65b369ae9
@ -39,7 +39,7 @@ services:
|
|||||||
- APPLICATION_URL=${filemanager_domain}
|
- APPLICATION_URL=${filemanager_domain}
|
||||||
- ONLYOFFICE_URL=http://onlyoffice
|
- ONLYOFFICE_URL=http://onlyoffice
|
||||||
volumes:
|
volumes:
|
||||||
- .data/filestash:/app/data
|
- ./data/filestash:/app/data
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
@ -50,9 +50,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
security_opt:
|
|
||||||
- seccomp:unconfined
|
|
||||||
|
|
||||||
|
|
||||||
archivebox:
|
archivebox:
|
||||||
image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
||||||
|
Loading…
Reference in New Issue
Block a user