Skip to content

Commit

Permalink
Fix default_groovy.env (deephaven#3219)
Browse files Browse the repository at this point in the history
DEEPHAVEN_SERVER_IMAGE was set to an outdated image. This sets it correctly. Tested with:

```
./gradlew prepareCompose
docker compose --env-file default_groovy.env up
```
  • Loading branch information
devinrsmith authored Jan 3, 2023
1 parent 9398a1c commit 178bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_groovy.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ COMPOSE_PROJECT_NAME=core
DEEPHAVEN_PORT=10000
DEEPHAVEN_CONSOLE_TYPE=groovy
DEEPHAVEN_APPLICATION_DIR=/data/app.d
DEEPHAVEN_SERVER_IMAGE=deephaven/server-slim:local-build
DEEPHAVEN_SERVER_IMAGE=deephaven/server-jetty:local-build

0 comments on commit 178bbb4

Please sign in to comment.