mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 13:49:03 +03:00
Merge pull request #1060 from LeagueRaINi/patch-1
Create volume for /etc/shlink/data
This commit is contained in:
commit
ea0820d881
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ EXPOSE 8080
|
|||
|
||||
# Expose params config dir, since the user is expected to provide custom config from there
|
||||
VOLUME /etc/shlink/config/params
|
||||
# Expose data to have it persistent when using shlink as a docker service or similar
|
||||
VOLUME /etc/shlink/data
|
||||
|
||||
# Copy config specific for the image
|
||||
COPY docker/docker-entrypoint.sh docker-entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue