mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Change TEST argument syntax in docker-compose.yaml
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
TEST=$TEST
|
||||
TEST: "${TEST}"
|
||||
ports:
|
||||
- "3000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user