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
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
- shlink_data:/etc/shlink
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -20,3 +22,5 @@ services:
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
volumes:
|
||||
shlink_data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user