mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed comment
This commit is contained in:
parent
ea0820d881
commit
0f0c4dc549
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ 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
|
||||
# Expose data dir to allow persistent runtime data and SQLite db
|
||||
VOLUME /etc/shlink/data
|
||||
|
||||
# Copy config specific for the image
|
||||
|
|
Loading…
Add table
Reference in a new issue