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
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env.secret
|
- ./.env.secret
|
||||||
command: "gunicorn --bind 0.0.0.0:8080 Recipes.wsgi"
|
command: "gunicorn --bind 0.0.0.0:8080 recipes.wsgi"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/Recipes
|
- .:/Recipes
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user