Skip to content

Commit 59e4672

Browse files
committed
Fix formatting
1 parent 0795bbc commit 59e4672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
environment:
77
PHP_FPM_CLEAR_ENV: "no"
88
volumes:
9-
- codebase:/var/www/html
9+
- codebase:/var/www/html
1010

1111
crond:
1212
image: wodby/drupal:$DRUPAL_TAG
@@ -17,7 +17,7 @@ services:
1717

1818
nginx:
1919
volumes:
20-
- codebase:/var/www/html
20+
- codebase:/var/www/html
2121

2222
volumes:
2323
codebase:

0 commit comments

Comments
 (0)