mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Use strings for Docker ports
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
" #env_file: .env.local",
|
||||
" environment:",
|
||||
" BLACKFIRE_LOG_LEVEL: 4",
|
||||
" ports: [8307]"
|
||||
" ports: [\"8307\"]"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user