kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
0a600798c1
commit
18b3d9e2e0
|
@ -50,7 +50,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- <path to config>:/config
|
- path/to/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -65,7 +65,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v <path to config>:/config \
|
-v path/to/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/limnoria
|
ghcr.io/linuxserver/limnoria
|
||||||
```
|
```
|
||||||
|
@ -171,5 +171,6 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **13.02.21:** - Rebasing to alpine 3.13.
|
||||||
* **01.06.20:** - Rebasing to alpine 3.12.
|
* **01.06.20:** - Rebasing to alpine 3.12.
|
||||||
* **13.01.20:** - Initial Release.
|
* **13.01.20:** - Initial Release.
|
||||||
|
|
Ładowanie…
Reference in New Issue