mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-11 22:59:52 +02:00
use dockerhub for web container
This commit is contained in:
parent
0439b0c2cb
commit
15caf46b66
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,8 @@ services:
|
|||
command: /updater.sh
|
||||
|
||||
web:
|
||||
build: ./web
|
||||
image: cthulhoo/ttrss-web
|
||||
#build: ./web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${HTTP_PORT}:2015
|
||||
|
@ -72,6 +73,7 @@ services:
|
|||
- app
|
||||
|
||||
# web-ssl:
|
||||
# image: cthulhoo/ttrss-web-ssl
|
||||
# build: ./web-ssl
|
||||
# restart: unless-stopped
|
||||
# environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue