mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-05 21:57:24 +02:00
fix build: directive missing in dev compose file for updater
This commit is contained in:
parent
b626a61461
commit
99e444d1d2
@ -34,6 +34,9 @@ services:
|
|||||||
|
|
||||||
updater:
|
updater:
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static:latest
|
image: cthulhoo/ttrss-fpm-pgsql-static:latest
|
||||||
|
build:
|
||||||
|
dockerfile: .docker/app/Dockerfile
|
||||||
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
Loading…
Reference in New Issue
Block a user