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