mirror of
https://github.com/jbowdre/library-syncer.git
synced 2024-11-21 17:32:18 +00:00
14 lines
353 B
YAML
14 lines
353 B
YAML
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
|
|
- SYNCER_UID=31337
|
|
ports:
|
|
- "2222:22"
|
|
volumes:
|
|
- './data/ssh:/home/syncer/.ssh'
|
|
- './data/library:/syncer/library'
|