equal
deleted
inserted
replaced
1 services: |
1 services: |
2 korsync: |
2 korsync: |
3 image: koreader/kosync:latest |
3 image: b1n4ryj4n/koreader-sync:arm |
4 container_name: korsync |
4 container_name: korsync |
5 restart: unless-stopped |
5 restart: unless-stopped |
6 ports: |
6 ports: |
7 - "127.0.0.1:{{korsync_port}}:17200" |
7 - "127.0.0.1:{{korsync_port}}:8081" |
8 environment: |
8 environment: |
9 - ENABLE_USER_REGISTRATION={{korsync_user_registration}} |
9 - ENABLE_USER_REGISTRATION={{korsync_user_registration}} |
10 logging: |
10 logging: |
11 driver: journald |
11 driver: journald |
12 volumes: |
12 volumes: |