Change the users group GID from 100 to 90
This commit is contained in:
@@ -16,8 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Security
|
||||
|
||||
[tag]: url_to_tag
|
||||
<!-- --/>
|
||||
-->
|
||||
|
||||
## [3.2.0] - 2024/06/06
|
||||
### Changed
|
||||
- Changed the group _users_ GID from 100 to 90. This allow to use the GID 100. (#64)
|
||||
|
||||
[3.2.0]: https://gitlab.com/florian.anceau/docker-seafile-client/-/tags/3.2.0
|
||||
<!-- /3.2.0 -->
|
||||
|
||||
## [3.1.0] - 2024/06/02
|
||||
### Changed
|
||||
- Disable pipelines on approved merge requests
|
||||
|
||||
@@ -21,7 +21,8 @@ RUN apt-get update && \
|
||||
/var/log/fsck/*.log \
|
||||
/var/log/apt/*.log \
|
||||
/var/cache/debconf/*.dat-old \
|
||||
/var/lib/apt/lists/*
|
||||
/var/lib/apt/lists/* && \
|
||||
groupmod -g 90 users
|
||||
|
||||
COPY --chmod=755 entrypoint-docker.sh /entrypoint.sh
|
||||
COPY issue /etc/issue
|
||||
|
||||
@@ -42,6 +42,8 @@ services:
|
||||
SEAF_PASSWORD: "password"
|
||||
SEAF_LIBRARY_UUID: "1b7d4e92-6753-4c4a-85b0-42566eab42c8"
|
||||
DEBUG: 1
|
||||
UID: 1000
|
||||
GID: 100
|
||||
depends_on:
|
||||
- seafile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user