aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.local.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.local.yaml')
-rw-r--r--compose.local.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compose.local.yaml b/compose.local.yaml
index ed7be03..c6fdf72 100644
--- a/compose.local.yaml
+++ b/compose.local.yaml
@@ -49,9 +49,9 @@ services:
retries: 5
restart: always
- worker:
+ worker-php:
build:
- context: ./worker
+ context: ./worker/php
expose:
- 80
env_file: [.env]