remove deprecated version from readme override example

This commit is contained in:
keyan 2024-04-14 17:44:19 -05:00
parent 40e07be6d8
commit 75771bfb7e
1 changed files with 0 additions and 1 deletions

View File

@ -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: