Update docker-compose.yml

This commit is contained in:
Narayana 2023-03-08 11:49:33 +05:30
parent cd77296281
commit abd02131d5

View File

@ -9,7 +9,7 @@ services:
ports: ports:
- 80:80 - 80:80
depends_on: depends_on:
# - plane-web - plane-web
- plane-api - plane-api
db: db:
image: postgres:14-alpine image: postgres:14-alpine