kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
d3d0477cad
commit
9ea20dab7b
|
@ -1,4 +1,4 @@
|
||||||
# [linuxserver/pixapop](https://github.com/linuxserver/docker-pixapop)
|
# [lsiocommunity/pixapop](https://github.com/linuxserver/docker-pixapop)
|
||||||
|
|
||||||
[](https://discord.gg/YWrKVTn)
|
[](https://discord.gg/YWrKVTn)
|
||||||
[](https://microbadger.com/images/linuxserver/pixapop "Get your own version badge on microbadger.com")
|
[](https://microbadger.com/images/linuxserver/pixapop "Get your own version badge on microbadger.com")
|
||||||
|
@ -8,13 +8,13 @@
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-pixapop/job/master/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-pixapop/job/master/)
|
||||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/pixapop/latest/index.html)
|
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/pixapop/latest/index.html)
|
||||||
|
|
||||||
[Pixapop](https://github.com/bierdok/pixapop) is an open-source SPA to view your photos in the easiest way possible.
|
[Pixapop](https://github.com/bierdok/pixapop) is an open-source single page application to view your photos in the easiest way possible.
|
||||||
|
|
||||||
## Supported Architectures
|
## Supported Architectures
|
||||||
|
|
||||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||||
|
|
||||||
Simply pulling `linuxserver/pixapop` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
Simply pulling `lsiocommunity/pixapop` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||||
|
|
||||||
The architectures supported by this image are:
|
The architectures supported by this image are:
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ docker create \
|
||||||
-v <path to config>:/config \
|
-v <path to config>:/config \
|
||||||
-v <path to photos>:/photos \
|
-v <path to photos>:/photos \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/pixapop
|
lsiocommunity/pixapop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Compatible with docker-compose v2 schemas.
|
||||||
version: "2"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
pixapop:
|
pixapop:
|
||||||
image: linuxserver/pixapop
|
image: lsiocommunity/pixapop
|
||||||
container_name: pixapop
|
container_name: pixapop
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
@ -130,9 +130,10 @@ Any photos included in /photos will be presented as galleries split by month. Co
|
||||||
* Container version number
|
* Container version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' pixapop`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' pixapop`
|
||||||
* Image version number
|
* Image version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/pixapop`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lsiocommunity/pixapop`
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **18.03.19** - Update build dependencies
|
||||||
* **18.03.19** - Add build dependencies
|
* **18.03.19** - Add build dependencies
|
||||||
* **17.03.19** - Initial release
|
* **17.03.19** - Initial release
|
||||||
|
|
Ładowanie…
Reference in New Issue