Switch to final port assignment

This commit is contained in:
Adam Goldsmith 2020-01-08 18:39:41 -05:00
parent c3ba68ede9
commit 26a6225e82

View File

@ -6,7 +6,7 @@ services:
- database - database
restart: always restart: always
ports: ports:
- 8080:80 - 127.0.0.1:31322:80
volumes: volumes:
- ./images:/var/www/html/images - ./images:/var/www/html/images
- ./LocalSettings.php:/var/www/html/LocalSettings.php:ro - ./LocalSettings.php:/var/www/html/LocalSettings.php:ro