|  | @@ -22,7 +22,8 @@ RUN wget -O- https://dist.ipfs.io/go-ipfs/v${IPFS_VERSION}/go-ipfs_v${IPFS_VERSI
 | 
	
		
			
				|  |  |      && mv /tmp/go-ipfs/ipfs /usr/local/bin \
 | 
	
		
			
				|  |  |      && rm -r /tmp/go-ipfs
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -ENV IPFS_INIT_PROFILE=server \
 | 
	
		
			
				|  |  | +ENV IPFS_CONFIG_PATH="${IPFS_PATH}/config" \
 | 
	
		
			
				|  |  | +    IPFS_INIT_PROFILE=server \
 | 
	
		
			
				|  |  |      IPFS_API_ADDR=/ip4/0.0.0.0/tcp/5001 \
 | 
	
		
			
				|  |  |      IPFS_SWARM_ADDRS=/ip4/0.0.0.0/tcp/4001 \
 | 
	
		
			
				|  |  |      IPFS_BOOTSTRAP_ADD=
 |