mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
fix #84, docker-compose ports s/localhost/ip
This commit is contained in:
parent
59811e580c
commit
975967c539
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- "localhost:13120:13120"
|
||||
- "127.0.0.1:13120:13120"
|
||||
|
|
Loading…
Reference in a new issue