Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jul 1, 2024
1 parent 2b8ab34 commit 801f9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configuration/mysql/pvl_lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 801f9b9

Please sign in to comment.