Allow portforwarding of phpmyadmin + sql

This commit is contained in:
Tom Wiesing 2021-03-11 11:51:04 +01:00
parent 0bda3d7b1f
commit 9c6b48780f
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -3,7 +3,7 @@ version: "3.7"
services: services:
ssh: ssh:
image: ghcr.io/tkw1536/dockersshd:latest 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 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
ports: ports:
- "2222:2222" - "2222:2222"
volumes: volumes: