Consistent formatting.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
@@ -59,5 +57,5 @@ services:
|
||||
networks:
|
||||
- semaphore
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "mysqladmin ping -u$${DB_USER} -p$$(DB_PASS)"]
|
||||
test: [ "CMD-SHELL", "mysqladmin ping -u$${DB_USER} -p$$(DB_PASS)" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user