Update docker-compose.yml

This commit is contained in:
栾鹏 2024-01-12 11:22:30 +08:00 committed by GitHub
parent da7e55f949
commit f6f68b8b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ services:
myapp:
image: ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2023.12.01
restart: unless-stopped
command: [ 'bash','-c','sleep 1000000000 && /entrypoint.sh' ]
command: [ 'bash','-c','/entrypoint.sh' ]
environment:
STAGE: 'dev'
REDIS_HOST: 'redis'