Skip to content

Commit

Permalink
Modified a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NikTJ777 committed Aug 17, 2022
1 parent 66aa6fe commit b232215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuodb/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
sm:
image: $NUODB_IMAGE
environment:
# push the current resolved value of the VAR
# push the current resolved value of the VAR...
NUOCMD_API_SERVER: ${PEER_ADDRESS:-nuoadmin1}:8888
ARCHIVE_DIR: ${ARCHIVE_PATH:-/var/opt/nuodb/archive}
DB_OPTIONS: "mem ${ENGINE_MEM:-1Gi} execution-engine ${SQL_ENGINE:-vee} ${ENGINE_OPTIONS:-}"
Expand Down Expand Up @@ -199,7 +199,7 @@ services:
- influxdb
environment:
INFLUXURL: http://influxdb:8086
NUOCD_HOSTNAME: sm1
NUOCD_HOSTNAME: sm
pid: 'service:sm'

nuocd-te1:
Expand Down

0 comments on commit b232215

Please sign in to comment.