Update to 0.26.2
This commit is contained in:
parent
b185a0daad
commit
4b5da59297
|
|
@ -5,7 +5,7 @@ LABEL maintainer="JJTC <docker@jjtc.eu>"
|
||||||
ENV PPM_VERSION=2.0.0 \
|
ENV PPM_VERSION=2.0.0 \
|
||||||
PPM_HTTP_VERSION=2.0.1 \
|
PPM_HTTP_VERSION=2.0.1 \
|
||||||
BOOKSTACK=BookStack \
|
BOOKSTACK=BookStack \
|
||||||
BOOKSTACK_VERSION=0.26.1 \
|
BOOKSTACK_VERSION=0.26.2 \
|
||||||
BOOKSTACK_HOME="/app"
|
BOOKSTACK_HOME="/app"
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ services:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: jjtc/bookstack-ppm:0.26.1-r0
|
image: jjtc/bookstack-ppm:0.26.2-r0
|
||||||
build: ./app/
|
build: ./app/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue