From f30f2feca2facf66a4bbe648d9876c04c66aa501 Mon Sep 17 00:00:00 2001 From: Peyton Johnson Date: Tue, 3 Sep 2024 11:20:36 -0400 Subject: [PATCH] Corrected filepath --- configuration/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/docker-compose.yml b/configuration/docker-compose.yml index be01ea0b9..3ac32dd28 100755 --- a/configuration/docker-compose.yml +++ b/configuration/docker-compose.yml @@ -14,7 +14,7 @@ services: - mysql_root_password volumes: - ./mysql/localhost.sql:/docker-entrypoint-initdb.d/localhost.sql - - ./mysql/localhost.sql:/docker-entrypoint-initdb.d/port_drayage.sql + - ./mysql/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql # The following 3 volumes are used for C1T. By default the standard "port_drayage.sql" file # will be loaded. Comment out the "port_drayage.sql" file above and uncomment the following # three files to enable the C1T sql files to be loaded. The container volumes MUST be reset