initial commit

This commit is contained in:
ale 2021-04-02 17:17:22 +02:00
commit 7d62204bbf
3 changed files with 24 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "docker-mysql-workbench"]
path = docker-mysql-workbench
url = https://github.com/linuxserver/docker-mysql-workbench

20
docker-compose.yml Normal file
View File

@ -0,0 +1,20 @@
version: "2.1"
services:
mysql-workbench:
image: mysql-workbench
build: ./docker-mysql-workbench
container_name: mysql-workbench
restart: "no"
entrypoint:
- mysql-workbench
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- DISPLAY=unix$DISPLAY
volumes:
- ./carpeta:/carpeta
- /tmp/.X11-unix:/tmp/.X11-unix:ro
cap_add:
- IPC_LOCK

@ -0,0 +1 @@
Subproject commit 2c0b34646227381a02dd2930e3555c9b3ba37ef2