Skip to content

Commit 3c51238

Browse files
committed
update 3.5.10
1 parent ad6790a commit 3c51238

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM seatable/seatable-enterprise:${SEATABLE_VERSION}
44
# Maintainer
55
LABEL maintainer="HaiPhamHoang" \
66
version="1.0.0" \
7+
seatable_version="${SEATABLE_VERSION}" \
78
description="Seatable with some custom config." \
89
url="https://github.com/haiphamhoang/seatable-enterprise-docker"
910

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
# Dev
1515

16-
## Upgrade Checking new script
17-
1. Run container with new seatable/seatable-enterprise:latest version
16+
## Upgrade
17+
### Checking new script
18+
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)
1819
2. copy file at `/templates/`
1920
```
2021
docker cp CONTAINER:/templates test/templates

templates/init_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
password = %s
5151
db_name = seafile_db
5252
connection_charset = utf8
53+
54+
[history]
55+
keep_days = 60
5356
""" % (DB_HOST, DB_ROOT_PASSWD)
5457

5558
if not os.path.exists(seafile_config_path):

0 commit comments

Comments
 (0)