From 02fd2a52d85018edc289e590c098bed0201c3e94 Mon Sep 17 00:00:00 2001 From: Peyton Johnson Date: Fri, 30 Aug 2024 09:26:38 -0400 Subject: [PATCH] Updated readme for mysql garage configuration --- configuration/mysql/garage_port_drayage/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration/mysql/garage_port_drayage/README.md b/configuration/mysql/garage_port_drayage/README.md index 5642f7235..f33191298 100644 --- a/configuration/mysql/garage_port_drayage/README.md +++ b/configuration/mysql/garage_port_drayage/README.md @@ -1,11 +1,13 @@ # C1T Garage Actions -These are Port Drayage actions created for the Saxton garage for testing of C1T functionality. +These are Port Drayage actions created the CDA1Tenth functionality and specifically tailored for the Turner Fairbank Highway Research Center's Saxton Laboratory garage demonstration. ## Instructions -Replace the port_drayage.sql file in docker-compose.yml with the file in this directory. +Replace the port_drayage.sql file in docker-compose.yml with the files in this directory. ``` db: image: mysql:8.0 volumes: - ./mysql/garage_port_drayage/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql + - ./mysql/garage_port_drayage/port_drayage_lane1.sql:/docker-entrypoint-initdb.d/port_drayage_lane1.sql + - ./mysql/garage_port_drayage/port_drayage_lane2.sql:/docker-entrypoint-initdb.d/port_drayage_lane2.sql ```