fix: update docker compose port
This commit is contained in:
parent
a20a1bc9dd
commit
be9510e6d5
|
@ -6,7 +6,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "9000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/html
|
- .:/var/www/html
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue