fix: wrong yaml keyword in example
This commit is contained in:
parent
f34ff42be3
commit
8de91171e0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ services:
|
||||||
image: "awesome/db"
|
image: "awesome/db"
|
||||||
extends:
|
extends:
|
||||||
service: postgres
|
service: postgres
|
||||||
from: postgres.yml
|
file: postgres.yml
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- back-tier
|
- back-tier
|
||||||
|
|
Loading…
Reference in a new issue