Answer the question
In order to leave comments, you need to log in
How to make one network for two docker containers?
Good evening!
version: '3'
services:
server:
build:
context: ./build-server/
environment:
- TOKEN:${TOKEN}
agent:
depends_on:
- server
build:
context: ./build-agent/
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question