Merge branch 'feature/update-readme'

This commit is contained in:
Maks Snegov 2019-12-10 22:45:14 +03:00
commit a4f7e5e334
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ version: '3'
services: services:
seafile-client: seafile-client:
restart: always restart: always
build: . image: snegov/seafile-client
container_name: seafile-client container_name: seafile-client
environment: environment:
- LIBRARY_ID=<your-library-id-here> - LIBRARY_ID=<your-library-id-here>

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
seafile-client: seafile-client:
restart: always restart: always
build: . image: snegov/seafile-client
container_name: seafile-client container_name: seafile-client
environment: environment:
- LIBRARY_ID=<your-library-id-here> - LIBRARY_ID=<your-library-id-here>