Fix ports config
This commit is contained in:
parent
8357acf56d
commit
03c395f560
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ services:
|
||||||
fakelog:
|
fakelog:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3000:3001"
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue