Skip to content

Commit 8adee9e

Browse files
committed
docker compose yml 3.2 example
1 parent 8b23894 commit 8adee9e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: demo-projects/hello-node/docker-compose.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
version: '2'
1+
version: '3.2'
2+
23
services:
34
hello:
4-
build: app
5+
build:
6+
context: app
7+
cache_from:
8+
- node:7-alpine
59
ports:
610
- "1337:1337"

0 commit comments

Comments
 (0)