Skip to content

Commit 30c03c8

Browse files
committed
resolved suggestions
1 parent 9a72622 commit 30c03c8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docker/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ regarding FiftyOne Enterprise.
4242
- [1. Copy the template `.env` file](#1-copy-the-template-env-file)
4343
- [2. Fill out required values in `.env`](#2-fill-out-required-values-in-env)
4444
- [3. Create a `compose.override.yaml` to override configuration](#3-create-a-composeoverrideyaml-to-override-configuration)
45+
- [:package: Official Docker Images](#package-official-docker-images)
4546
- [:rocket: Step 4: Initial Deployment](#rocket-step-4-initial-deployment)
4647
- [1. Database admin mode](#1-database-admin-mode)
4748
- [2. Launch the application](#2-launch-the-application)
@@ -210,11 +211,6 @@ print(Fernet.generate_key().decode())
210211

211212
### 3. Create a `compose.override.yaml` to override configuration
212213

213-
```yaml
214-
services:
215-
fiftyone-app:
216-
environment:
217-
# Add any environment variable overrides here
218214
Create an overrides file (`compose.override.yaml`) and add overrides there.
219215
Avoid changing the `yaml` files in this directory and instead use overrides.
220216

@@ -225,6 +221,7 @@ services:
225221
fiftyone-app:
226222
environment:
227223
EXAMPLE_VARIABLE: example-value
224+
```
228225
229226
### :package: Official Docker Images
230227

0 commit comments

Comments
 (0)