mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-05 13:47:25 +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:
|
||||
image: cthulhoo/ttrss-fpm-pgsql-static:latest
|
||||
build:
|
||||
dockerfile: .docker/app/Dockerfile
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
|
Loading…
Reference in New Issue
Block a user