Bot Updating Templated Files

LICENSE
LinuxServer-CI 2019-03-05 20:46:50 +00:00
rodzic 64eba7e214
commit 68cef3c82a
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ docker create \
-e UMASK_SET=<022> \
-p 8384:8384 \
-p 22000:22000 \
-p 21027/udp:21027/udp \
-p 21027:21027/udp \
-v </path/to/appdata/config>:/config \
-v </path/to/data1>:/data1 \
-v </path/to/data2>:/data2 \
@ -72,7 +72,7 @@ services:
ports:
- 8384:8384
- 22000:22000
- 21027/udp:21027/udp
- 21027:21027/udp
restart: unless-stopped
```
@ -139,6 +139,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
## Versions
* **05.03.19:** - Update Build process for v1.1.0 release.
* **22.02.19:** - Rebasing to alpine 3.9.
* **16.01.19:** - Add pipeline logic and multi arch.
* **30.07.18:** - Rebase to alpine 3.8 and use buildstage.