Skip to content

Commit

Permalink
chore (docker): change docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Oct 4, 2023
1 parent ac51227 commit ff070d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ services:
- ONLYOFFICE_URL=http://onlyoffice
ports:
- "8334:8334"
volumes:
- filestash:/app/data/state/

onlyoffice:
container_name: filestash_oods
Expand All @@ -20,3 +22,5 @@ services:
security_opt:
- seccomp:unconfined

volumes:
filestash: {}

0 comments on commit ff070d2

Please sign in to comment.