bugfix docker compose devicehub client id

This commit is contained in:
pedro 2023-09-21 18:43:59 +02:00
parent b423a53cfe
commit 37069ff561
1 changed files with 1 additions and 1 deletions

View File

@ -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