Skip to content

Commit

Permalink
Prevent restart loop of mailman container (#5841)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito authored and jywarren committed Jun 5, 2019
1 parent d084918 commit e62bb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ services:
- EMAIL_PASSWORD=${EMAIL_PASSWORD}
volumes:
- ..:/app
restart: always
restart: on-failure:5

0 comments on commit e62bb49

Please sign in to comment.