Skip to content

Commit ec59ccf

Browse files
committed
Fix compose
1 parent 023ca10 commit ec59ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ services:
5151
- icons_volume:/app/custom/icons
5252
restart: always
5353
depends_on:
54-
- db:
55-
- condition: service_healthy
54+
db:
55+
condition: service_healthy
5656

5757
nginx:
5858
image: nginx:latest

0 commit comments

Comments
 (0)