mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03: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