always start on boot

This commit is contained in:
Andy 2019-01-02 10:28:50 +01:00
parent d5cf10c84d
commit c26113fe1f
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -2,6 +2,7 @@ version: '3.7'
services:
ipfs:
restart: always
init: true
build: .
network_mode: bridge