bugfix docker compose devicehub client id
This commit is contained in:
parent
b423a53cfe
commit
37069ff561
|
@ -66,7 +66,7 @@ services:
|
||||||
- URL_MANUALS=${URL_MANUALS}
|
- URL_MANUALS=${URL_MANUALS}
|
||||||
- ID_SERVICE=${CLIENT_ID_SERVICE}
|
- ID_SERVICE=${CLIENT_ID_SERVICE}
|
||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- 5001:5000
|
||||||
volumes:
|
volumes:
|
||||||
- ${SNAPSHOTS_PATH}:/mnt/snapshots:ro
|
- ${SNAPSHOTS_PATH}:/mnt/snapshots:ro
|
||||||
- shared:/shared:ro
|
- shared:/shared:ro
|
||||||
|
|
Reference in New Issue