kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
2317030dc0
commit
500fbf2f37
|
@ -41,7 +41,7 @@ docker create \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e EXTERNALURL=yourdomain.url \
|
-e EXTERNALURL=yourdomain.url \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v </path/to/appdata/config>:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/pydio-cells
|
linuxserver/pydio-cells
|
||||||
```
|
```
|
||||||
|
@ -65,7 +65,7 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- EXTERNALURL=yourdomain.url
|
- EXTERNALURL=yourdomain.url
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/appdata/config>:/config
|
- /path/to/appdata/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -121,6 +121,8 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
||||||
|
|
||||||
You must first create a mysql database for Pydio Cells. Using our [mariadb image](https://hub.docker.com/r/linuxserver/mariadb) is recommended.
|
You must first create a mysql database for Pydio Cells. Using our [mariadb image](https://hub.docker.com/r/linuxserver/mariadb) is recommended.
|
||||||
|
|
||||||
|
Then access the web gui setup wizard at `http://SERVER_IP:8080`
|
||||||
|
|
||||||
|
|
||||||
## Docker Mods
|
## Docker Mods
|
||||||
[](https://mods.linuxserver.io/?mod=pydio-cells "view available mods for this container.")
|
[](https://mods.linuxserver.io/?mod=pydio-cells "view available mods for this container.")
|
||||||
|
@ -141,5 +143,6 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **17.04.20:** - Update compile options, previous release was broken for new installs.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
* **12.12.19:** - Initial Release
|
* **12.12.19:** - Initial Release
|
||||||
|
|
Ładowanie…
Reference in New Issue