kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
936b54a9c2
commit
c95c6da2c8
|
@ -97,6 +97,7 @@ services:
|
||||||
- USER_PASSWORD=password #optional
|
- USER_PASSWORD=password #optional
|
||||||
- USER_PASSWORD_FILE=/path/to/file #optional
|
- USER_PASSWORD_FILE=/path/to/file #optional
|
||||||
- USER_NAME=linuxserver.io #optional
|
- USER_NAME=linuxserver.io #optional
|
||||||
|
- LOG_STDOUT= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/appdata/config:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -122,6 +123,7 @@ docker run -d \
|
||||||
-e USER_PASSWORD=password `#optional` \
|
-e USER_PASSWORD=password `#optional` \
|
||||||
-e USER_PASSWORD_FILE=/path/to/file `#optional` \
|
-e USER_PASSWORD_FILE=/path/to/file `#optional` \
|
||||||
-e USER_NAME=linuxserver.io `#optional` \
|
-e USER_NAME=linuxserver.io `#optional` \
|
||||||
|
-e LOG_STDOUT= `#optional` \
|
||||||
-p 2222:2222 \
|
-p 2222:2222 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -154,6 +156,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
| `USER_PASSWORD=password` | Optionally set a sudo password for `linuxserver.io`, the ssh user. If this or `USER_PASSWORD_FILE` are not set but `SUDO_ACCESS` is set to true, the user will have passwordless sudo access. |
|
| `USER_PASSWORD=password` | Optionally set a sudo password for `linuxserver.io`, the ssh user. If this or `USER_PASSWORD_FILE` are not set but `SUDO_ACCESS` is set to true, the user will have passwordless sudo access. |
|
||||||
| `USER_PASSWORD_FILE=/path/to/file` | Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets). |
|
| `USER_PASSWORD_FILE=/path/to/file` | Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets). |
|
||||||
| `USER_NAME=linuxserver.io` | Optionally specify a user name (Default:`linuxserver.io`) |
|
| `USER_NAME=linuxserver.io` | Optionally specify a user name (Default:`linuxserver.io`) |
|
||||||
|
| `LOG_STDOUT=` | Set to `true` to log to stdout instead of file. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue