chore: add warning when no service is selected

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
AhmedGrati
2023-11-01 17:18:46 +01:00
parent 7826534666
commit a4ae9f9df4
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,8 @@
version: '3'
services:
web:
image: nginx
profiles:
- test
ports:
- 80:80