Rename docker-compose.yml to compose.yaml and service.env to .env
This commit is contained in:
parent
7821b6b33b
commit
214723546a
20 changed files with 36 additions and 36 deletions
|
@ -38,7 +38,7 @@ tinytinyrss_compose:
|
|||
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||
restart: always
|
||||
env_file:
|
||||
- service.env
|
||||
- .env
|
||||
volumes:
|
||||
- app:/var/www/html
|
||||
networks:
|
||||
|
@ -47,7 +47,7 @@ tinytinyrss_compose:
|
|||
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||
restart: always
|
||||
env_file:
|
||||
- service.env
|
||||
- .env
|
||||
volumes:
|
||||
- app:/var/www/html
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue