From 3fd6337bd2bcd5f064087a9ff8edc4ee79fc66bc Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 13 Aug 2023 16:19:10 +0200 Subject: [PATCH] Let docker choose the host port. This enables running multiple Agoras in the same host :) --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4d4cecc..a5305f7 100644 --- a/compose.yml +++ b/compose.yml @@ -15,7 +15,7 @@ services: mode: 0555 entrypoint: /docker-entrypoint.sh ports: - - 5017:5017 + - 5017 networks: - proxy volumes: