Move to 'ghcr.io' images

This commit moves away from packages.github.com images and to ghcr.io.
This commit is contained in:
Tom Wiesing 2021-01-29 00:04:56 +01:00
parent d3b6450854
commit e67974e985
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ version: "3.7"
services:
ssh:
image: tkw01536/proxyssh
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
ports:
- "2222:2222"