use outside data
This commit is contained in:
parent
04c83c629e
commit
88cdaf55b8
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
||||||
image: shaarli/shaarli
|
image: shaarli/shaarli
|
||||||
volumes:
|
volumes:
|
||||||
- shaarli-cache:/var/www/shaarli/cache
|
- shaarli-cache:/var/www/shaarli/cache
|
||||||
- shaarli-data:/var/www/shaarli/data
|
- ${ROOT_INSTALL}/selfhosting/data/shaarli:/var/www/shaarli/data
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -19,5 +19,4 @@ services:
|
||||||
- traefik.http.routers.shaarli.tls=true
|
- traefik.http.routers.shaarli.tls=true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
shaarli-data:
|
|
||||||
shaarli-cache:
|
shaarli-cache:
|
||||||
|
|
Loading…
Add table
Reference in a new issue