Skip to content

Commit 68193d4

Browse files
committed
typo
1 parent ab63813 commit 68193d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ docker create \
6666
-e TZ=Europe/London \
6767
-p 3000:3000 \
6868
-v /path/to/config:/config \
69-
--cap_add="IPC_LOCK" \
69+
--cap-add="IPC_LOCK" \
7070
--restart unless-stopped \
7171
linuxserver/mysql-workbench
7272
```
@@ -107,7 +107,7 @@ Container images are configured using parameters passed at runtime (such as thos
107107
| `-e PGID=1000` | for GroupID - see below for explanation |
108108
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
109109
| `-v /config` | Users home directory in the container, stores program settings. |
110-
| `--cap_add=` | Required for keyring functionality |
110+
| `--cap-add=` | Required for keyring functionality |
111111

112112
## Environment variables from files (Docker secrets)
113113

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ param_usage_include_ports: true
2828
param_ports:
2929
- { external_port: "3000", internal_port: "3000", port_desc: "Mysql Workbench desktop gui." }
3030
custom_params:
31-
- { name: "cap_add", name_compose: "cap_add", value: ["IPC_LOCK"], desc: "Required for keyring functionality", array: "true" }
31+
- { name: "cap-add", name_compose: "cap_add", value: ["IPC_LOCK"], desc: "Required for keyring functionality", array: "true" }
3232
# application setup block
3333
app_setup_block_enabled: true
3434
app_setup_block: |

0 commit comments

Comments
 (0)