mirror of
https://github.com/docker/awesome-compose.git
synced 2026-07-01 11:00:32 +02:00
Adopt Compose v2 (#240)
* Adopt Compose v2 Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
build: angular
|
||||
ports:
|
||||
- 4200:4200
|
||||
volumes:
|
||||
- ./angular:/project
|
||||
- /project/node_modules
|
||||
Reference in New Issue
Block a user