fix make install
This commit is contained in:
+8
-1
@@ -82,9 +82,14 @@ services:
|
||||
- IPFS_VERSION=0.13.0-rc1
|
||||
context: ../..
|
||||
dockerfile: docker/ipfs/Dockerfile
|
||||
image: ${DOCKER_REPOSITORY_NODE}/ipfs:${DOCKER_IMAGE_TAG}
|
||||
command: daemon --migrate=true --mount
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- /dev/fuse:/dev/fuse
|
||||
environment:
|
||||
- IPFS_PROFILE=${IPFS_PROFILE}
|
||||
image: ${DOCKER_REPOSITORY_NODE}/ipfs:${DOCKER_IMAGE_TAG}
|
||||
labels:
|
||||
- SERVICE_4001_CHECK_TCP=true
|
||||
- SERVICE_4001_NAME=${COMPOSE_SERVICE_NAME}-ipfs:4001
|
||||
@@ -100,6 +105,8 @@ services:
|
||||
- 4001:4001
|
||||
- 5001/tcp
|
||||
- 8080/tcp
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65536
|
||||
|
||||
Reference in New Issue
Block a user