🔧 refactor: add documentation for the new set of commands (#286)
This commit is contained in:
parent
e16f7a5cde
commit
62fdbfe133
2 changed files with 24 additions and 9 deletions
|
@ -6,14 +6,15 @@ services:
|
|||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
- redis
|
||||
links:
|
||||
- redis
|
||||
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
||||
# depends_on:
|
||||
# - redis
|
||||
# links:
|
||||
# - redis
|
||||
volumes:
|
||||
- ./websurfx/:/etc/xdg/websurfx/
|
||||
- ./public/:/opt/websurfx/public/
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
- 6379:6379
|
||||
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
||||
# redis:
|
||||
# image: redis:latest
|
||||
# ports:
|
||||
# - 6379:6379
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue