We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aa6fe commit b232215Copy full SHA for b232215
nuodb/docker-compose.yaml
@@ -23,7 +23,7 @@ services:
23
sm:
24
image: $NUODB_IMAGE
25
environment:
26
- # push the current resolved value of the VAR
+ # push the current resolved value of the VAR...
27
NUOCMD_API_SERVER: ${PEER_ADDRESS:-nuoadmin1}:8888
28
ARCHIVE_DIR: ${ARCHIVE_PATH:-/var/opt/nuodb/archive}
29
DB_OPTIONS: "mem ${ENGINE_MEM:-1Gi} execution-engine ${SQL_ENGINE:-vee} ${ENGINE_OPTIONS:-}"
@@ -199,7 +199,7 @@ services:
199
- influxdb
200
201
INFLUXURL: http://influxdb:8086
202
- NUOCD_HOSTNAME: sm1
+ NUOCD_HOSTNAME: sm
203
pid: 'service:sm'
204
205
nuocd-te1:
0 commit comments