coliru

A minimal, flexible, dotfile installer
git clone https://git.ashermorgan.net/coliru/
Log | Files | Refs | README

compose.yml (272B)


      1 services:
      2   coliru-ssh:
      3     environment:
      4       - PUID # loaded from .env, =1000 by default
      5     build:
      6       context: .
      7     ports:
      8       - 127.0.0.1:2222:22
      9     volumes:
     10       - type: bind
     11         source: ../.temp/ssh
     12         target: /home/test
     13     restart: unless-stopped