Bot Updating Documentation

pull/161/head
LinuxServer-CI 2023-11-01 14:12:20 +00:00
rodzic 936b54a9c2
commit c95c6da2c8
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -97,6 +97,7 @@ services:
- USER_PASSWORD=password #optional
- USER_PASSWORD_FILE=/path/to/file #optional
- USER_NAME=linuxserver.io #optional
- LOG_STDOUT= #optional
volumes:
- /path/to/appdata/config:/config
ports:
@ -122,6 +123,7 @@ docker run -d \
-e USER_PASSWORD=password `#optional` \
-e USER_PASSWORD_FILE=/path/to/file `#optional` \
-e USER_NAME=linuxserver.io `#optional` \
-e LOG_STDOUT= `#optional` \
-p 2222:2222 \
-v /path/to/appdata/config:/config \
--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_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`) |
| `LOG_STDOUT=` | Set to `true` to log to stdout instead of file. |
### Volume Mappings (`-v`)