Skip to content

Commit

Permalink
Updated readme for mysql garage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
willjohnsonk committed Aug 30, 2024
1 parent 4f12a4d commit 02fd2a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configuration/mysql/garage_port_drayage/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 02fd2a5

Please sign in to comment.