Skip to content

Commit dad95d0

Browse files
committed
Add allowed_content_types to docker-compose.yml
1 parent 08bd084 commit dad95d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ services:
99
environment:
1010
- auth_user=${auth_user}
1111
- auth_password=${auth_password}
12-
- base_url=${base_url}
12+
- base_url=${base_url}
13+
- allowed_content_types=${allowed_content_types}

0 commit comments

Comments
 (0)