Skip to content

Commit

Permalink
fix(docker): traefik compose setup file
Browse files Browse the repository at this point in the history
Remove build field
  • Loading branch information
sundowndev committed May 9, 2020
1 parent b1d8cfb commit fda23e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions support/docker/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ version: '3.7'
services:
serve:
restart: on-failure
build:
image: sundowndev/serve:latest
command: "-root ./public"
networks:
image: sundowndev/serve:latest
command: "-root ./public"
networks:
- default
- web
environment:
Expand Down

0 comments on commit fda23e0

Please sign in to comment.