Switched image to latest release image to avoid breaks while developing (#7289)

This commit is contained in:
Nidhi 2021-09-10 08:05:10 +05:30 committed by GitHub
parent 7ac1017b80
commit e87973454d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
appsmith-internal-server:
image: appsmith/appsmith-server
image: appsmith/appsmith-server:release
env_file: envs/docker.env
environment:
APPSMITH_REDIS_URL: "redis://redis:6379"