Skip to content

Commit

Permalink
cmk v2.2 fails with internal server error switching to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisbowden committed Apr 22, 2024
1 parent 5230e55 commit 6dcb530
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick an Ubuntu version: focal, bionic
"args": { "VARIANT": "2.2.0-latest" }
"args": { "VARIANT": "2.1.0-latest" }
},

"customizations": {
Expand Down Expand Up @@ -35,12 +35,12 @@
"remoteUser": "cmk",

// Uncomment appPort and postStartCommand to start cmk site and web gui with a simple password
//"appPort": ["127.0.0.1:5000:5000"],
//"postStartCommand": "htpasswd -b /omd/sites/cmk/etc/htpasswd cmkadmin cmkadmin && omd start cmk",
// "appPort": ["127.0.0.1:5000:5000"],
// "postStartCommand": "htpasswd -b /omd/sites/cmk/etc/htpasswd cmkadmin cmkadmin && omd start cmk",

// Uncomment to use with podman
//"containerUser": "cmk",
//"runArgs": ["--userns=keep-id"],
// "containerUser": "cmk",
// "runArgs": ["--userns=keep-id"],

"remoteEnv": {
"PATH": "/omd/sites/cmk/bin:/omd/sites/cmk/local/lib/python3/bin/:${containerEnv:PATH}",
Expand Down

0 comments on commit 6dcb530

Please sign in to comment.