Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
version: '3.8'
services:
node_a:
container_name: node_a
hostname: node_a
build: .
environment:
- ERL_DIST_PORT=8001
node_b:
container_name: node_b
hostname: node_b
build: .
environment:
- ERL_DIST_PORT=8001
node_c:
container_name: node_c
hostname: node_c
build: .
environment:
- ERL_DIST_PORT=8001