feat: olumes for docker deployment to make editing config files easier
This commit is contained in:
parent
4243db9d49
commit
d900baddab
2 changed files with 4 additions and 3 deletions
|
@ -10,6 +10,9 @@ services:
|
|||
- redis
|
||||
links:
|
||||
- redis
|
||||
volumes:
|
||||
- ./websurfx/:/etc/xdg/websurfx/
|
||||
- ./public/:/opt/websurfx/public/
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue