accidentally put wrong port
This commit is contained in:
parent
7fad270824
commit
fdcd885662
|
@ -6,7 +6,7 @@ services:
|
||||||
container_name: postal
|
container_name: postal
|
||||||
command: run
|
command: run
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:80:80
|
- 127.0.0.1:80:5000
|
||||||
- 127.0.0.1:25:25
|
- 127.0.0.1:25:25
|
||||||
depends_on:
|
depends_on:
|
||||||
- "mysql"
|
- "mysql"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user