diff docker/docker-compose.yml @ 9791:a00bb9d39c16 3.2.x

Drop explicit host ports Compose will automatically allocate unassigned ports. These can be looked up e.g. using `docker compose port'. Enables using several "instances" of the application with different project names (`docker compose -p <project name>').
author Tom Gottfried <tom@intevation.de>
date Thu, 20 Jul 2023 10:35:10 +0200
parents 75dc4ea60938
children
line wrap: on
line diff
--- a/docker/docker-compose.yml	Thu Jul 20 10:25:59 2023 +0200
+++ b/docker/docker-compose.yml	Thu Jul 20 10:35:10 2023 +0200
@@ -54,7 +54,7 @@
       - wiki-data:/opt/wiki/moin-1.9.9/wiki/data
       - ./wikiconfig_local.py:/opt/wiki/moin-1.9.9/wikiconfig_local.py
     ports:
-      - 8080:80
+      - 80
 volumes:
   artifacts-data:
   dgm-data:

http://dive4elements.wald.intevation.org