Skip to content

Commit 02eee7a

Browse files
authored
docs: replace legacy docker compose command (#20960)
1 parent aec552b commit 02eee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/env-and-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ VITE_FOO=foo${VITE_BAR}
109109
VITE_BAR=bar
110110
```
111111
112-
This does not work in shell scripts and other tools like `docker-compose`.
112+
This does not work in shell scripts and other tools like `docker compose`.
113113
That said, Vite supports this behavior as this has been supported by `dotenv-expand` for a long time and other tools in JavaScript ecosystem uses older versions that supports this behavior.
114114
115115
To avoid interop issues, it is recommended to avoid relying on this behavior. Vite may start emitting warnings for this behavior in the future.

0 commit comments

Comments
 (0)