From 26a6225e821925f5d70ab0d3f7ff800b779270a8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 8 Jan 2020 18:39:41 -0500 Subject: [PATCH] Switch to final port assignment --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3175306..4ea840b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: - database restart: always ports: - - 8080:80 + - 127.0.0.1:31322:80 volumes: - ./images:/var/www/html/images - ./LocalSettings.php:/var/www/html/LocalSettings.php:ro