From 801f9b92af5898ff096ad2bd48d78fba2bede5bb Mon Sep 17 00:00:00 2001 From: dan-du-car Date: Mon, 1 Jul 2024 11:06:49 -0400 Subject: [PATCH] address comments --- configuration/mysql/pvl_lab/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/mysql/pvl_lab/README.md b/configuration/mysql/pvl_lab/README.md index 3515a4fe0..f96ce81ac 100644 --- a/configuration/mysql/pvl_lab/README.md +++ b/configuration/mysql/pvl_lab/README.md @@ -2,9 +2,10 @@ These are Port Drayage actions created for the PVL Lab for testing of C1T functionality. ## Instructions +Replace the port_drayage.sql file in docker-compose.yml with the file in this directory. ``` db: image: mysql:8.0 volumes: - ./mysql/pvl_lab/port_drayage.sql + - ./mysql/pvl_lab/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql ```