Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Jul 3, 2024
1 parent e5a5d28 commit d7d0ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- PHP_FPM_PM_MIN_SPARE_SERVERS=${PHP_FPM_PM_MIN_SPARE_SERVERS:-1}
- PHP_FPM_PM_MAX_SPARE_SERVERS=${PHP_FPM_PM_MAX_SPARE_SERVERS:-3}
- PHP_FPM_PM_MAX_REQUESTS=${PHP_FPM_PM_MAX_REQUESTS:-200}
- WP_CLI_CACHE_DIR=/tmp/.wp-cli/cache
labels:
- ofelia.restart=true
- ofelia.enabled=true
Expand Down Expand Up @@ -118,4 +119,4 @@ networks:
app_web:
proxy_apps:
name: proxy_apps
external: true
external: true

0 comments on commit d7d0ced

Please sign in to comment.