File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ your-custom-shogun-workspace-directory/
100100 - dockerfile: Dockerfile.dev
101101 - volumes:
102102 - - ${SHOGUN_ADMIN_DIR}:/app
103- + image: docker-public.terrestris.de/terrestris/shogun-admin:13.0.1
103+ + image: docker-public.terrestris.de/terrestris/shogun-admin:17.2.0
104104 ```
105105
106106 ```diff
@@ -109,7 +109,7 @@ your-custom-shogun-workspace-directory/
109109 - dockerfile: Dockerfile.dev
110110 - volumes:
111111 - - ${SHOGUN_CLIENT_DIR}:/app
112- + image: docker-public.terrestris.de/terrestris/shogun-gis-client:7.3 .1
112+ + image: docker-public.terrestris.de/terrestris/shogun-gis-client:10.1 .1
113113 ```
114114
1151151. Remove the `shogun-gs-interceptor` service from the `docker-compose.yml`.
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ var shogunApplicationConfig = {
3232 'Role' ,
3333 'TextualContent'
3434 ] ,
35+ entityHistory : {
36+ enabled : true
37+ } ,
3538 dashboard : {
3639 news : {
3740 visible : true
You can’t perform that action at this time.
0 commit comments