mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 10:48:29 +01:00
Adopt Compose v2 (#240)
* Adopt Compose v2 Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
5
django/compose.yaml
Normal file
5
django/compose.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
web:
|
||||
build: app
|
||||
ports:
|
||||
- '8000:8000'
|
||||
Reference in New Issue
Block a user