add volume to persist created short links
This commit is contained in:
parent
cf031a6794
commit
0615c2d645
@ -6,6 +6,8 @@ services:
|
|||||||
image: shlinkio/shlink:4.4
|
image: shlinkio/shlink:4.4
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
volumes:
|
||||||
|
- shlink_data:/etc/shlink
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -20,3 +22,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
volumes:
|
||||||
|
shlink_data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user