Skip to content

Commit ad5ad1f

Browse files
committed
fix: remove unused VOLUME_ARGS
1 parent 70102c7 commit ad5ad1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

start-mongodb.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ fi
163163
docker run --name $MONGODB_CONTAINER_NAME \
164164
$NETWORK_ARGS \
165165
--publish $MONGODB_PORT:$MONGODB_PORT \
166-
$VOLUME_ARGS \
167166
-e MONGO_INITDB_DATABASE=$MONGODB_DB \
168167
-e MONGO_INITDB_ROOT_USERNAME=$MONGODB_USERNAME \
169168
-e MONGO_INITDB_ROOT_PASSWORD=$MONGODB_PASSWORD \

0 commit comments

Comments
 (0)