Skip to content

Commit

Permalink
Make local supervisor optional
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Dec 19, 2024
1 parent 07b4877 commit e9c3ec2
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 @@ -9,7 +9,7 @@ services:
- "${HTTP_PORT}:80"
volumes:
- ./:/app
- ./settings/supervisor:/opt/docker/etc/supervisor.d
# - ./settings/supervisor:/opt/docker/etc/supervisor.d
environment:
PHP_DATE_TIMEZONE: "${TIMEZONE}"

Expand Down

0 comments on commit e9c3ec2

Please sign in to comment.