remove deprecated version from readme override example
This commit is contained in:
parent
40e07be6d8
commit
75771bfb7e
|
@ -130,7 +130,6 @@ By default `sndev start` will merge `docker-compose.yml` with `docker-compose.ov
|
||||||
For example, if you want to replace the db seed with a custom seed file located in `docker/db/another.sql`, you'd create a `docker-compose.override.yml` file with the following:
|
For example, if you want to replace the db seed with a custom seed file located in `docker/db/another.sql`, you'd create a `docker-compose.override.yml` file with the following:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue