Skip to content

Commit

Permalink
[skip ci] Change backend docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platonov committed May 15, 2024
1 parent 2bca290 commit 2d56500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- '${FE_HOST_PORT}:80'

jsight-server:
image: jsight/jsight-server:5.0
image: jsight/jsight-server:6.0
environment:
- JSIGHT_SERVER_CORS=true
- JSIGHT_SERVER_STATISTICS
Expand Down
2 changes: 1 addition & 1 deletion jsight-server-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
jsight-server:
image: jsight/jsight-server:5.0
image: jsight/jsight-server:6.0
environment:
- JSIGHT_SERVER_CORS=true
- JSIGHT_SERVER_STATISTICS
Expand Down

0 comments on commit 2d56500

Please sign in to comment.