From 5c439758c4019255651ee133380b01c7f177c842 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 6 Nov 2022 20:20:11 +0100 Subject: [PATCH] Bot Updating Templated Files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c6ff87..2f1f184 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config + - /path/to/appdata/config:/config ports: - 80:80 - 443:443 @@ -113,7 +113,7 @@ docker run -d \ -e TZ=Europe/London \ -p 80:80 \ -p 443:443 \ - -v :/config \ + -v /path/to/appdata/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/heimdall:latest ```