From 0f0c4dc549c3a005713db73af4d33c1c0d8e46bb Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 30 Mar 2021 18:18:38 +0200 Subject: [PATCH] Fixed comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9bf96e8..49bb28a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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