Compare commits

...

2 Commits

Author SHA1 Message Date
5a5b3f35e3
Add recommended security option. 2023-01-18 01:04:58 -05:00
d36de0f3f5
Fixed filestash mount path. 2023-01-18 00:47:50 -05:00

View File

@ -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,6 +50,9 @@ 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}