mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
653eaadcf5
commit
e0ac6c504c
@ -1,9 +1,9 @@
|
||||
# [lsiocommunity/pixapop](https://github.com/linuxserver/docker-pixapop)
|
||||
# [lsiocommunity/pixapop](https://github.com/lsiocommunity/docker-pixapop)
|
||||
|
||||
[](https://github.com/linuxserver/docker-pixapop)
|
||||
[](https://github.com/linuxserver/docker-pixapop/releases)
|
||||
[](https://github.com/linuxserver/docker-pixapop/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-pixapop/container_registry)
|
||||
[](https://github.com/lsiocommunity/docker-pixapop)
|
||||
[](https://github.com/lsiocommunity/docker-pixapop/releases)
|
||||
[](https://github.com/lsiocommunity/docker-pixapop/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-pixapop/container_registry)
|
||||
[](https://microbadger.com/images/lsiocommunity/pixapop "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/lsiocommunity/pixapop)
|
||||
[](https://hub.docker.com/r/lsiocommunity/pixapop)
|
||||
@ -49,8 +49,8 @@ services:
|
||||
- APP_USERNAME=admin #optional
|
||||
- APP_PASSWORD=admin #optional
|
||||
volumes:
|
||||
- <path to config>:/config
|
||||
- <path to photos>:/photos
|
||||
- /path/to/config:/config
|
||||
- /path/to/photos:/photos
|
||||
ports:
|
||||
- 80:80
|
||||
restart: unless-stopped
|
||||
@ -67,8 +67,8 @@ docker run -d \
|
||||
-e APP_USERNAME=admin `#optional` \
|
||||
-e APP_PASSWORD=admin `#optional` \
|
||||
-p 80:80 \
|
||||
-v <path to config>:/config \
|
||||
-v <path to photos>:/photos \
|
||||
-v /path/to/config:/config \
|
||||
-v /path/to/photos:/photos \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/lsiocommunity/pixapop
|
||||
```
|
||||
@ -143,7 +143,7 @@ Any photos included in /photos will be presented as galleries split by month. Co
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=pixapop "view available mods for this container.") [](https://mods.linuxserver.io/?mod=universal "view available universal mods.")
|
||||
|
||||
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
|
||||
We publish various [Docker Mods](https://github.com/lsiocommunity/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
|
||||
|
||||
|
||||
## Support Info
|
||||
@ -159,6 +159,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||
|
||||
## Versions
|
||||
|
||||
* **17.12.20** - Move image to main linuxserver repo, add notice to container log
|
||||
* **18.03.19** - Update build dependencies
|
||||
* **18.03.19** - Add build dependencies
|
||||
* **17.03.19** - Initial release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user