Allow portforwarding of phpmyadmin + sql
This commit is contained in:
parent
0bda3d7b1f
commit
9c6b48780f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
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:
|
||||
- "2222:2222"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue