fix: wrong yaml keyword in example

This commit is contained in:
Xyphuz 2022-05-25 18:03:27 +08:00
parent f34ff42be3
commit 8de91171e0

View file

@ -54,7 +54,7 @@ services:
image: "awesome/db"
extends:
service: postgres
from: postgres.yml
file: postgres.yml
restart: always
networks:
- back-tier