Skip to content

Commit 836ac63

Browse files
committed
remove tip
1 parent 77e1296 commit 836ac63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/concepts/compose-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,13 @@ environment:
126126
DATABASE_USER: someuser
127127
DATABASE_PASSWORD: # leave blank/null to set config
128128
```
129-
:::tip
129+
130130
Alternatively, you can use *list notation* to write your Compose files:
131131
```yaml
132132
environment:
133133
- DATABASE_USER=someuser
134134
- DATABASE_PASSWORD
135135
```
136-
:::
137136

138137
:::info
139138
After you set sensitive environment variables as blank or `null` values in the `compose.yaml` file, you can securely set their actual value in the Defang CLI. See our [Configuration page](/docs/concepts/configuration) for more.

0 commit comments

Comments
 (0)