avast/gradle-docker-compose-plugin
Use the same naming convention for services, volumes and networks
開放
#441 建立於 2024年5月13日
help wanted
倉庫指標
- 星標
- (429 顆星)
- PR 合併指標
- (平均合併 24天 11小時) (30 天內合併 2 個 PR)
描述
Hi all, It's just an advice. I've noticed that the naming convention is different between services and volumes. the services are named using hyphen (ex. {projectName}-{serviceName}) while volumes and networks are using underscore.
IMHO it's better to use the same, hyphen is much better.