Skip to content

Commit

Permalink
Don't set restart policy for dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
wioux committed Jan 25, 2018
1 parent a04696c commit 1aa03c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,6 @@ version: '2.1'
services:
app:
build: .
restart: unless-stopped
env_file: .env
command: gulp watch
volumes:
Expand Down

0 comments on commit 1aa03c7

Please sign in to comment.