From 61ee94a46761d566093e2bc054dd0dbabfb70805 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 13 Feb 2021 00:58:27 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-limnoria.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/docker-limnoria.md b/images/docker-limnoria.md index 04e1d060ff..19b000a724 100644 --- a/images/docker-limnoria.md +++ b/images/docker-limnoria.md @@ -50,7 +50,7 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config + - path/to/config:/config ports: - 8080:8080 restart: unless-stopped @@ -65,7 +65,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -p 8080:8080 \ - -v :/config \ + -v path/to/config:/config \ --restart unless-stopped \ ghcr.io/linuxserver/limnoria ``` @@ -171,5 +171,6 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **13.02.21:** - Rebasing to alpine 3.13. * **01.06.20:** - Rebasing to alpine 3.12. * **13.01.20:** - Initial Release.