1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00

update sdc

This commit is contained in:
kev 2019-03-02 21:13:17 +08:00
parent 675aa8765e
commit 95b8e47583
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ sdc
===
```bash
$ chmod 777 data
$ docker-compose up -d
$ docker-compose exec sdc id
uid=20159(sdc) gid=20159(sdc) groups=20159(sdc)

View File

@ -5,4 +5,5 @@ sdc:
volumes:
- ./data:/data
- ./data/sdc.properties:/etc/sdc/sdc.properties
- ./data/form-realm.properties:/etc/sdc/form-realm.properties
restart: always