Explorar el Código

Update README.md

κρμγ hace 8 años
padre
commit
7d802bfa72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 install ipfs
 
-`docker run -d --name ipfs_host -p 8080:8080 -p 4001:4001 -p 127.0.0.1:5001:5001 ipfs/go-ipfs:latest`
+`docker run -d --name ipfs_host --restart always -p 8080:8080 -p 4001:4001 -p 127.0.0.1:5001:5001 ipfs/go-ipfs:latest`
 
 `docker run -it --volumes-from ipfs_host ipfs/go-ipfs:latest`