From 13ad31b23bf447c5f20238b81c0cbf6b8a1339dc Mon Sep 17 00:00:00 2001 From: omaradmin Date: Wed, 12 Oct 2022 12:15:31 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'gitea/docker-compo?= =?UTF-8?q?se.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitea/docker-compose.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gitea/docker-compose.yaml b/gitea/docker-compose.yaml index e270c3c..a889ef0 100644 --- a/gitea/docker-compose.yaml +++ b/gitea/docker-compose.yaml @@ -12,5 +12,11 @@ services: - /mnt/containers/gitea/container-data/data:/data:Z - /etc/timezone:/etc/timezone - /etc/localtime:/etc/localtime - ports: - - "3000:3000" \ No newline at end of file + #ports: + # - "3000:3000" + networks: + - npm-network + +networks: + npm-network: + external: true \ No newline at end of file