mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
f5800fe844
commit
0a6bebe508
@ -39,7 +39,7 @@ docker create \
|
||||
-e TZ=Europe/London \
|
||||
-p 3000:3000 \
|
||||
-v /path/to/config:/config \
|
||||
--cap_add="IPC_LOCK" \
|
||||
--cap-add="IPC_LOCK" \
|
||||
--restart unless-stopped \
|
||||
linuxserver/mysql-workbench
|
||||
```
|
||||
@ -98,7 +98,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||
#### Miscellaneous Options
|
||||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
| `--cap_add=` | Required for keyring functionality |
|
||||
| `--cap-add=` | Required for keyring functionality |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user