Skip to content

Commit

Permalink
use the dockerhub worker image for the example docker-compose file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Nov 29, 2023
1 parent 4813890 commit 9b6b27c
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 @@ -52,7 +52,7 @@ services:
- '${LIGHTNING_EXTERNAL_PORT:-127.0.0.1:${PORT}}:${URL_PORT}'

worker:
image: 'ws-worker:latest'
image: 'openfn/ws-worker:latest'
deploy:
resources:
limits:
Expand Down

0 comments on commit 9b6b27c

Please sign in to comment.