Skip to content

Commit

Permalink
unpin docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed May 20, 2024
1 parent 3b59456 commit d3d471a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
version: '3.2'
services:
git-server:
image: ghcr.io/linuxserver/openssh-server:9.0_p1-r2-ls100
image: ghcr.io/linuxserver/openssh-server
environment:
- USER_NAME=user
- PUBLIC_KEY_FILE=/tmp/key
ports:
- 2222
volumes:
- ./user.key.pub:/tmp/key
- ./git-init:/config/custom-cont-init.d
- ./git-init:/custom-cont-init.d

0 comments on commit d3d471a

Please sign in to comment.