Skip to content

Commit 890169c

Browse files
committed
fix indent
1 parent 77aa2dc commit 890169c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composes-files/opensupports.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ services:
2222
image: mariadb
2323
container_name: $SERVICE-db
2424
environment:
25-
- MYSQL_USER=opensupports
26-
- MYSQL_PASSWORD=$DB_PASSWORD
27-
- MYSQL_DATABASE=opensupports
28-
- MYSQL_RANDOM_ROOT_PASSWORD=true
25+
- MYSQL_USER=opensupports
26+
- MYSQL_PASSWORD=$DB_PASSWORD
27+
- MYSQL_DATABASE=opensupports
28+
- MYSQL_RANDOM_ROOT_PASSWORD=true
2929
volumes:
30-
- $DATA_LOCATION/$SERVICE/db:/var/lib/mysql
30+
- $DATA_LOCATION/$SERVICE/db:/var/lib/mysql
3131
healthcheck:
3232
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
3333
timeout: 20s
@@ -44,7 +44,7 @@ services:
4444
environment:
4545
- TIMEZONE=$TIME_ZONE
4646
volumes:
47-
- $DATA_LOCATION/$SERVICE/config:/config
47+
- $DATA_LOCATION/$SERVICE/config:/config
4848
depends_on:
4949
- opensupports-db
5050
healthcheck:

0 commit comments

Comments
 (0)