Update docs/docs/greenlight/v3/customize.md

This commit is contained in:
Anton Georgiev 2023-03-10 19:06:02 -05:00 committed by GitHub
parent eddfe49bde
commit 87b8b318b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Then, edit the docker compose file so that your new file is loaded into the cont
```yaml
volumes:
- ./data/greenlight-v3/storage:/usr/src/app/storage
- ./en.json:/usr/srv/app/app/assets/locales/en.json
- ./en.json:/usr/src/app/app/assets/locales/en.json
```
OR
```yaml