mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-23 12:47:05 -04:00
commit
376858a7ad
2 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
FROM lsiobase/alpine.nginx:3.6
|
||||
MAINTAINER sparklyballs
|
||||
FROM lsiobase/alpine.nginx:3.7
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="sparklyballs"
|
||||
|
||||
# install packages
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
imagemagick \
|
||||
|
|
|
@ -47,7 +47,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
|
|||
* `-e PUID` for UserID - see below for explanation
|
||||
* `-e TZ` for setting timezone information, eg Europe/London
|
||||
|
||||
It is based on phusion-baseimage with ssh removed, for shell access whilst the container is running do `docker exec -it piwigo /bin/bash`.
|
||||
It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it piwigo /bin/bash`.
|
||||
|
||||
### User / Group Identifiers
|
||||
|
||||
|
@ -85,6 +85,7 @@ The easiest way to edit the configuration file is to enable local files editor f
|
|||
|
||||
## Versions
|
||||
|
||||
+ **25.01.18:** Rebase to alpine linux 3.7.
|
||||
+ **25.05.17:** Rebase to alpine linux 3.6.
|
||||
+ **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
|
||||
+ **20.04.17:** Add php7-exif package, thanks iiska
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue