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"
|
||||
extends:
|
||||
service: postgres
|
||||
from: postgres.yml
|
||||
file: postgres.yml
|
||||
restart: always
|
||||
networks:
|
||||
- back-tier
|
||||
|
|
Loading…
Reference in a new issue