mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
update sdc
This commit is contained in:
parent
675aa8765e
commit
95b8e47583
@ -2,6 +2,7 @@ sdc
|
|||||||
===
|
===
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ chmod 777 data
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
$ docker-compose exec sdc id
|
$ docker-compose exec sdc id
|
||||||
uid=20159(sdc) gid=20159(sdc) groups=20159(sdc)
|
uid=20159(sdc) gid=20159(sdc) groups=20159(sdc)
|
||||||
|
@ -5,4 +5,5 @@ sdc:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./data/sdc.properties:/etc/sdc/sdc.properties
|
- ./data/sdc.properties:/etc/sdc/sdc.properties
|
||||||
|
- ./data/form-realm.properties:/etc/sdc/form-realm.properties
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user