MySQL running on port 3306

This commit is contained in:
Tom Wiesing 2021-03-19 14:00:08 +01:00
parent 9c6b48780f
commit e0dbe5b862
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -3,7 +3,7 @@ version: "3.7"
services:
ssh:
image: ghcr.io/tkw1536/dockersshd:latest
command: -hostkey /keys/hostkey -shell /user_shell.sh -keylabel eu.wiss-ki.barrel.authfile -userlabel eu.wiss-ki.barrel.slug -L triplestore:7200 -L phpmyadmin:80 -L sql:1433
command: -hostkey /keys/hostkey -shell /user_shell.sh -keylabel eu.wiss-ki.barrel.authfile -userlabel eu.wiss-ki.barrel.slug -L triplestore:7200 -L phpmyadmin:80 -L sql:3306
ports:
- "2222:2222"
volumes: