mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-05 00:00:32 +00:00
Workflow update
This commit is contained in:
parent
1aaff646b8
commit
d2707ace03
@ -22,6 +22,4 @@ services:
|
||||
ports:
|
||||
# Mysql Workbench desktop gui.
|
||||
- 3000:3000
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
restart: unless-stopped
|
||||
|
@ -11,6 +11,5 @@ docker run -d \
|
||||
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
|
||||
-p 3000:3000 `# Mysql Workbench desktop gui.` \
|
||||
-v ${BASEDIR:-/volume1/docker}/mysql-workbench/config:/config `# Users home directory in the container, stores program settings.` \
|
||||
--cap-add="IPC_LOCK" \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/linuxserver/mysql-workbench
|
||||
|
Loading…
Reference in New Issue
Block a user