diff --git a/docs/portainer-stacks/Dillinger.md b/docs/portainer-stacks/Dillinger.md index 0750562..e6587e7 100644 --- a/docs/portainer-stacks/Dillinger.md +++ b/docs/portainer-stacks/Dillinger.md @@ -11,15 +11,12 @@ services: - PGID=${PGID-1000} - TZ=${TZ-Europe/Amsterdam} volumes: - - dillinger:/config + - ${DOCKER_FOLDER}/dillinger:/config ports: - - 8080:8080 + - ${PORT-8080}:8080 restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - -volumes: - dillinger: ``` Environments: @@ -31,4 +28,6 @@ PUID=${PUID-1000} PGID=${PGID-1000} TZ=Europe/Lisbon AutoUpdate=true +PORT=8080 +DOCKER_FOLDER= ``` \ No newline at end of file diff --git a/docs/portainer-stacks/digiKam.md b/docs/portainer-stacks/digiKam.md index 72ab0d1..f272780 100644 --- a/docs/portainer-stacks/digiKam.md +++ b/docs/portainer-stacks/digiKam.md @@ -14,15 +14,12 @@ services: - SUBFOLDER=/ - KEYBOARD=en-us-qwerty volumes: - - digikam:/config + - ${DOCKER_FOLDER}/digikam:/config ports: - - 3000:3000 + - ${PORT=3000}:3000 restart: ${RST-unless-stopped} labels: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - -volumes: - digikam: ``` Environments: @@ -34,4 +31,6 @@ PUID=${PUID-1000} PGID=${PGID-1000} TZ=Europe/Lisbon AutoUpdate=true +PORT=3000 +DOCKER_FOLDER= ``` \ No newline at end of file