mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-25 00:21:35 +02:00
added GID support as well
This commit is contained in:
@@ -29,7 +29,8 @@ In v3.0.0 I added some new features. The following will give some short informat
|
||||
|LANG|de_DE.UTF-8|following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|
||||
|LC_ALL|de_DE|following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|
||||
|TZ|Europe/Berlin|all valid Linux-timezones|
|
||||
|HOSTUID|1000|any new UID you need to match from host|
|
||||
|HOSTUID|1000|new UID you need to match from host|
|
||||
|HOSTGID|1000|new GID you need to match from host|
|
||||
|
||||
### Mounting Folder/ Volume
|
||||
|
||||
@@ -46,7 +47,7 @@ I added some code for fixing permissions for new iobroker-user. Permission-fixin
|
||||
## Changelog
|
||||
|
||||
### v3.0.3beta (2019-08-20)
|
||||
* you can provide a userid from your host system. permissions will be applied.
|
||||
* you can provide a userid and a groupid from your host system. permissions will be applied.
|
||||
|
||||
### v3.0.2beta (2019-06-13)
|
||||
* using gosu instead of sudo
|
||||
|
||||
Reference in New Issue
Block a user