Skip to content

Commit

Permalink
fix: env variable invalid type error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSciFier committed Dec 10, 2023
1 parent b372f08 commit fac8fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
- ./background:/app/public/static/media/background
restart: unless-stopped
environment:
- FASTIFY_PLUGIN_TIMEOUT: 120000 # optional: change to 0 if AVV_ERR_READY TIMEOUT error is occured
FASTIFY_PLUGIN_TIMEOUT: 120000 # optional: change to 0 if AVV_ERR_READY TIMEOUT error is occured
ports:
- "80:3333"

0 comments on commit fac8fd9

Please sign in to comment.