mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
fix path prefixing
This commit is contained in:
parent
49ebb75f00
commit
5026f54a6d
6 changed files with 23 additions and 3 deletions
|
|
@ -9,3 +9,16 @@ StyleCI will flag code style violations in your pull requests.
|
|||
Run `docker-compose up -d` to start the containers. Then run `./test` to run the tests.
|
||||
|
||||
When you're done testing, run `docker-compose down` to shut down the containers.
|
||||
|
||||
### Docker on M1
|
||||
|
||||
You can add:
|
||||
```yaml
|
||||
services:
|
||||
mysql:
|
||||
platform: linux/amd64
|
||||
mysql2:
|
||||
platform: linux/amd64
|
||||
```
|
||||
|
||||
to `docker-compose.override.yml` to make `docker-compose up-d` work on M1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue