update docker repo
This commit is contained in:
parent
ab0e89c4b5
commit
5d16fa1a0b
@ -1,7 +1,7 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: registry.gitlab.com/thallian/docker-nextcloud-ldap
|
repo: thallian/nextcloud-ldap
|
||||||
registry: registry.gitlab.com
|
registry: registry.gitlab.com
|
||||||
autotag: true
|
autotag: true
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM registry.gitlab.com/thallian/docker-php7-fpm:master
|
FROM thallian/php7-fpm:latest
|
||||||
|
|
||||||
ENV FPMUSER nginx
|
ENV FPMUSER nginx
|
||||||
ENV FPMGROUP nginx
|
ENV FPMGROUP nginx
|
||||||
@ -28,4 +28,4 @@ RUN rm /etc/nginx/conf.d/default.conf
|
|||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
VOLUME ["/var/lib/nextcloud/data" "/etc/nextcloud/"]
|
VOLUME ["/var/lib/nextcloud/data", "/etc/nextcloud/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user