update docker repo

This commit is contained in:
Sebastian Hugentobler 2018-11-26 18:12:41 +01:00
parent ab0e89c4b5
commit 5d16fa1a0b
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pipeline:
docker:
image: plugins/docker
repo: registry.gitlab.com/thallian/docker-nextcloud-ldap
repo: thallian/nextcloud-ldap
registry: registry.gitlab.com
autotag: true
secrets: [ docker_username, docker_password ]

View File

@ -1,4 +1,4 @@
FROM registry.gitlab.com/thallian/docker-php7-fpm:master
FROM thallian/php7-fpm:latest
ENV FPMUSER nginx
ENV FPMGROUP nginx
@ -28,4 +28,4 @@ RUN rm /etc/nginx/conf.d/default.conf
ADD /rootfs /
VOLUME ["/var/lib/nextcloud/data" "/etc/nextcloud/"]
VOLUME ["/var/lib/nextcloud/data", "/etc/nextcloud/"]