Skip to content

Commit 207d1fe

Browse files
committed
Trying to fix the permission problem from ZIP deployments
1 parent 669ac1c commit 207d1fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ./deploy/postgres-entrypoint.sh:/usr/local/bin/custom-entrypoint.sh:ro
3333
ports:
3434
- "${POSTGRES_EXT_PORT:-}:5432"
35-
entrypoint: [ "/bin/sh", "-c", "/usr/local/bin/custom-entrypoint.sh" ]
35+
entrypoint: ["/bin/sh", "/usr/local/bin/custom-entrypoint.sh"]
3636

3737
server:
3838
restart: unless-stopped
@@ -53,7 +53,6 @@ services:
5353
TESLA_TELEMETRY_PORT: ${TESLA_TELEMETRY_PORT:-}
5454
TESLA_TELEMETRY_CA: ${TESLA_TELEMETRY_CA:-}
5555
TESLA_TELEMETRY_KAFKA_BROKER: ${TESLA_TELEMETRY_KAFKA_BROKER:-}
56-
5756
depends_on:
5857
- postgres
5958
ports:

0 commit comments

Comments
 (0)