Skip to content

Commit

Permalink
docs: clarify docker-compose usage
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jul 25, 2024
1 parent ec68fbd commit 820b725
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: "3"

# The docker-compose.yml file is __only__ used for local development.
# This means that changes to this file will not affect cloud deployments in any way.
# Read more at https://docs.divio.com/reference/docker-docker-compose/
services:
web:
build: .
Expand Down

0 comments on commit 820b725

Please sign in to comment.