Browse Source

Updating container name in startPGOnly

LabKey 11 months ago
parent
commit
66d57a17b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/startPGOnly.sh

+ 1 - 1
bin/startPGOnly.sh

@@ -2,5 +2,5 @@
 
 . $(dirname $0)/env.sh
 docker network create -d bridge $NETWORK
-$DOCKERCOMPOSE -f $COMPOSE up -d db;
+$DOCKERCOMPOSE -f $COMPOSE up -d labkey-db;