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
|
### Security
|
||||||
|
|
||||||
[tag]: url_to_tag
|
[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
|
## [3.1.0] - 2024/06/02
|
||||||
### Changed
|
### Changed
|
||||||
- Disable pipelines on approved merge requests
|
- Disable pipelines on approved merge requests
|
||||||
|
|||||||
@@ -21,7 +21,8 @@ RUN apt-get update && \
|
|||||||
/var/log/fsck/*.log \
|
/var/log/fsck/*.log \
|
||||||
/var/log/apt/*.log \
|
/var/log/apt/*.log \
|
||||||
/var/cache/debconf/*.dat-old \
|
/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 --chmod=755 entrypoint-docker.sh /entrypoint.sh
|
||||||
COPY issue /etc/issue
|
COPY issue /etc/issue
|
||||||
|
|||||||
@@ -42,6 +42,8 @@ services:
|
|||||||
SEAF_PASSWORD: "password"
|
SEAF_PASSWORD: "password"
|
||||||
SEAF_LIBRARY_UUID: "1b7d4e92-6753-4c4a-85b0-42566eab42c8"
|
SEAF_LIBRARY_UUID: "1b7d4e92-6753-4c4a-85b0-42566eab42c8"
|
||||||
DEBUG: 1
|
DEBUG: 1
|
||||||
|
UID: 1000
|
||||||
|
GID: 100
|
||||||
depends_on:
|
depends_on:
|
||||||
- seafile
|
- seafile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user