Skip to content

Commit 1eb06fa

Browse files
Update docker/README.md
Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com> Signed-off-by: Murilo Gustineli <52141042+mgustineli@users.noreply.github.com>
1 parent 6ceec9a commit 1eb06fa

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docker/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,16 @@ services:
216216
fiftyone-app:
217217
environment:
218218
# Add any environment variable overrides here
219-
```
219+
Create an overrides file (`compose.override.yaml`) and add overrides there.
220+
Avoid changing the `yaml` files in this directory and instead use overrides.
221+
222+
For example, adding a variable to the `fiftyone-app` service would look like:
223+
224+
```yaml
225+
services:
226+
fiftyone-app:
227+
environment:
228+
EXAMPLE_VARIABLE: example-value
220229
221230
### :package: Official Docker Images
222231

0 commit comments

Comments
 (0)