Skip to content

Commit 933b50b

Browse files
committed
docs: clarify docker-compose usage
1 parent fea41a1 commit 933b50b

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

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)