Skip to content

Commit 820b725

Browse files
committed
docs: clarify docker-compose usage
1 parent ec68fbd commit 820b725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
version: "3"
2-
1+
# The docker-compose.yml file is __only__ used for local development.
2+
# This means that changes to this file will not affect cloud deployments in any way.
3+
# Read more at https://docs.divio.com/reference/docker-docker-compose/
34
services:
45
web:
56
build: .

0 commit comments

Comments
 (0)