Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
Updating dockerfile to use a version
  • Loading branch information
ghecquet committed Jun 19, 2018
2 parents 584c2b8 + ba78521 commit b036c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tools/docker/cells/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM busybox:glibc

ENV CELLS_VERSION 1.0.0
ARG version
ENV CELLS_VERSION ${version}

WORKDIR /cells

Expand Down
4 changes: 2 additions & 2 deletions tools/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

# Cells image with two named volumes for the static and for the data
cells:
image: cells:latest
image: pydio/cells:latest
restart: always
volumes: ["static:/root/.config/pydio/cells/static/pydio", "data:/root/.config/pydio/cells/data"]
ports: ["8080:8080"]
Expand All @@ -25,7 +25,7 @@ services:

# PHP FPM image with the static named volume from the cells container
php:
image: cells-php:latest
image: pydio/cells-php-fpm:latest
restart: always
volumes: ["static:/root/.config/pydio/cells/static/pydio"]

Expand Down

0 comments on commit b036c0b

Please sign in to comment.