Skip to content

Commit

Permalink
update 3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphamhoang committed Apr 20, 2023
1 parent ad6790a commit 3c51238
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM seatable/seatable-enterprise:${SEATABLE_VERSION}
# Maintainer
LABEL maintainer="HaiPhamHoang" \
version="1.0.0" \
seatable_version="${SEATABLE_VERSION}" \
description="Seatable with some custom config." \
url="https://github.com/haiphamhoang/seatable-enterprise-docker"

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@

# Dev

## Upgrade Checking new script
1. Run container with new seatable/seatable-enterprise:latest version
## Upgrade
### Checking new script
1. Run container with new seatable/seatable-enterprise:latest version, using default [docker-compose.yml](https://manual.seatable.io/docker/Enterprise-Edition/Deploy%20SeaTable-EE%20with%20Docker/#downloading-and-modifying-docker-composeyml)
2. copy file at `/templates/`
```
docker cp CONTAINER:/templates test/templates
Expand Down
3 changes: 3 additions & 0 deletions templates/init_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
password = %s
db_name = seafile_db
connection_charset = utf8
[history]
keep_days = 60
""" % (DB_HOST, DB_ROOT_PASSWD)

if not os.path.exists(seafile_config_path):
Expand Down

0 comments on commit 3c51238

Please sign in to comment.