Skip to content

Commit

Permalink
Corrected filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
willjohnsonk committed Sep 3, 2024
1 parent e4a709f commit f30f2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f30f2fe

Please sign in to comment.