mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-31 20:00:38 -05:00
typo
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
restart: always
|
||||
env_file:
|
||||
- ./.env.secret
|
||||
command: "gunicorn --bind 0.0.0.0:8080 Recipes.wsgi"
|
||||
command: "gunicorn --bind 0.0.0.0:8080 recipes.wsgi"
|
||||
volumes:
|
||||
- .:/Recipes
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user