mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
Merge pull request #3669 from chrisclark/master
Docs: Typo leading to possible extreme agony
This commit is contained in:
commit
edd3637b9b
@ -789,7 +789,7 @@ called `data` and mount it into the `db` service's containers.
|
|||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/lib/postgres/data
|
- data:/var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user