Sha256: 8766193381bc6a038d1b8ea7aabf1ba2e10a7d472aa237a11eb95f91d396697d

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

version: '3.8'
services:
  mina-ssh:
    image: ghcr.io/linuxserver/openssh-server
    container_name: mina-ssh
    hostname: mina-ssh
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
      - PUBLIC_KEY
      - SUDO_ACCESS=true
      - USER_NAME=mina-ssh
    ports:
      - 2222:2222
    command: >
      sh -c "
        apk update && apk add git ruby && gem install bundler &&
        touch /tmp/ready.txt &&
        tail -f /dev/null
      "

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mina-1.2.5 spec/e2e/docker-compose.yml