Switched image to latest release image to avoid breaks while developing (#7289)
This commit is contained in:
parent
7ac1017b80
commit
e87973454d
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
appsmith-internal-server:
|
appsmith-internal-server:
|
||||||
image: appsmith/appsmith-server
|
image: appsmith/appsmith-server:release
|
||||||
env_file: envs/docker.env
|
env_file: envs/docker.env
|
||||||
environment:
|
environment:
|
||||||
APPSMITH_REDIS_URL: "redis://redis:6379"
|
APPSMITH_REDIS_URL: "redis://redis:6379"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user