1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

Allow remote connections to local dev environment (e.g. for Win Edge debugging)

This commit is contained in:
Kovah 2019-04-27 10:42:58 +02:00
parent 9297b15439
commit 76bc0d3ef9
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -36,7 +36,7 @@ services:
container_name: "linkace-nginx"
image: bitnami/nginx:1.14
ports:
- "127.0.0.1:80:8085"
- "80:8085"
depends_on:
- php
volumes: