library-syncer/server/docker-compose.yaml

14 lines
328 B
YAML
Raw Normal View History

2022-08-05 21:29:22 +00:00
version: '3'
services:
library-syncer-server:
container_name: library-syncer-server
restart: unless-stopped
image: ghcr.io/jbowdre/library-syncer-server:latest
environment:
- TZ=UTC
ports:
- "2222:22"
volumes:
- './data/ssh:/home/syncer/.ssh'
- './data/library:/syncer/library'