update docker repo
This commit is contained in:
parent
ab0e89c4b5
commit
5d16fa1a0b
2 changed files with 3 additions and 3 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue