You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then edit your project's `ce-dev.compose.yml` file, changing the image for each applicable service to use the `devel` tag instead of the `latest` tag, for example:
15
15
16
16
```yaml
17
-
image: codeenigma/ce-dev-2.x:devel
17
+
image: codeenigma/ce-dev:2.x
18
18
```
19
19
20
20
Finally, destroy and recreate your `docker compose` file and containers:
@@ -31,9 +31,9 @@ ce-dev deploy
31
31
To test the `devel` version of the `ce-dev-controller` image locally you can do the following:
0 commit comments