Skip to content

Commit

Permalink
Use official image per default
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed May 19, 2019
1 parent a618220 commit 9ba1f0d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: '3'
services:
webhook:
build:
dockerfile: Dockerfile
context: ./
image: "fredsted/webhook.site"
# Enable build for development:
# build:
# dockerfile: Dockerfile
# context: ./
command: php artisan queue:work --daemon --tries=3 --timeout=10
ports:
- "8084:80"
Expand Down

0 comments on commit 9ba1f0d

Please sign in to comment.