Skip to content

Commit e302dbb

Browse files
committed
add tip on defang compose ps
1 parent 3f29acb commit e302dbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/concepts/services.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ We plan to add support for other types of services in the future, including serv
2323
:::
2424

2525
## Service Status
26+
2627
An overview of the possible statuses for a service in Defang.
2728

2829
| Status | Details |
@@ -38,3 +39,7 @@ An overview of the possible statuses for a service in Defang.
3839
| SERVICE_DEPLOYMENT_PENDING | The necessary resources to run your service have been provisioned but the service has not yet been initiated. |
3940
| SERVICE_DEPLOYMENT_COMPLETED | Your service has been deployed and is healthy. |
4041
| SERVICE_DEPLOYMENT_FAILED | Your service could not be deployed. |
42+
43+
:::tip
44+
You can run the `defang compose ps` command to view a service's status.
45+
:::

0 commit comments

Comments
 (0)