Skip to content

Commit b232215

Browse files
committed
Modified a comment
1 parent 66aa6fe commit b232215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuodb/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
sm:
2424
image: $NUODB_IMAGE
2525
environment:
26-
# push the current resolved value of the VAR
26+
# push the current resolved value of the VAR...
2727
NUOCMD_API_SERVER: ${PEER_ADDRESS:-nuoadmin1}:8888
2828
ARCHIVE_DIR: ${ARCHIVE_PATH:-/var/opt/nuodb/archive}
2929
DB_OPTIONS: "mem ${ENGINE_MEM:-1Gi} execution-engine ${SQL_ENGINE:-vee} ${ENGINE_OPTIONS:-}"
@@ -199,7 +199,7 @@ services:
199199
- influxdb
200200
environment:
201201
INFLUXURL: http://influxdb:8086
202-
NUOCD_HOSTNAME: sm1
202+
NUOCD_HOSTNAME: sm
203203
pid: 'service:sm'
204204

205205
nuocd-te1:

0 commit comments

Comments
 (0)