Skip to content

Commit

Permalink
Update to Seafile-CE 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Apr 8, 2021
1 parent 6f983b1 commit 602643a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MYSQL_USER_PASSWORD=seafilesecret
MYSQL_PORT=3306

# General Seafile Settings
SEAFILE_VERSION=8.0.3
SEAFILE_VERSION=8.0.4
SEAFILE_NAME=Seafile
SEAFILE_ADDRESS=seafile.localhost
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## About

- This repository contains the sources that are used to build the `h44z/seafile-ce` docker image. Currently tested with Seafile CE 8.0.3.
- This repository contains the sources that are used to build the `h44z/seafile-ce` docker image. Currently tested with Seafile CE 8.0.4.

- The main goal of this image is to provide a really simple and clean docker image for Seafile Community Edition.
The official docker image is quite complex and hard to extend or modify. This image instead provides a simple way to deploy a standardized Seafile instance with Docker.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- seafile-net

seafile:
image: h44z/seafile-ce:${SEAFILE_VERSION:-8.0.3}
image: h44z/seafile-ce:${SEAFILE_VERSION:-8.0.4}
container_name: seafile
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion image/seafile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl -L https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VE
WORKDIR /opt/seafile

# build-time arguments, use them in docker build with --build-arg switch to build different version
ARG SEAFILE_VERSION=8.0.3
ARG SEAFILE_VERSION=8.0.4

ENV SEAFILE_VERSION=${SEAFILE_VERSION}

Expand Down

0 comments on commit 602643a

Please sign in to comment.