From f4543058496afdd46dcab493d4af2ca311c88eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0nobl?= Date: Mon, 4 May 2020 21:57:31 +0200 Subject: [PATCH] link --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 17e941a..8a27071 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,6 +14,8 @@ services: depends_on: - web network_mode: bridge + links: + - web web: restart: unless-stopped build: "."