Bot Updating Documentation

pull/14/head
LinuxServer-CI 2020-06-07 05:31:55 +00:00
rodzic 3221a8a14f
commit fc3c23ab8b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ docker create \
-e TZ=Europe/London \ -e TZ=Europe/London \
-p 3000:3000 \ -p 3000:3000 \
-v /path/to/config:/config \ -v /path/to/config:/config \
--cap_add="IPC_LOCK" \ --cap-add="IPC_LOCK" \
--restart unless-stopped \ --restart unless-stopped \
linuxserver/mysql-workbench linuxserver/mysql-workbench
``` ```
@ -98,7 +98,7 @@ Docker images are configured using parameters passed at runtime (such as those a
#### Miscellaneous Options #### Miscellaneous Options
| Parameter | Function | | Parameter | Function |
| :-----: | --- | | :-----: | --- |
| `--cap_add=` | Required for keyring functionality | | `--cap-add=` | Required for keyring functionality |
## Environment variables from files (Docker secrets) ## Environment variables from files (Docker secrets)