mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 02: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
|
command: /updater.sh
|
||||||
|
|
||||||
web:
|
web:
|
||||||
build: ./web
|
image: cthulhoo/ttrss-web
|
||||||
|
#build: ./web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${HTTP_PORT}:2015
|
- ${HTTP_PORT}:2015
|
||||||
|
@ -72,6 +73,7 @@ services:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
# web-ssl:
|
# web-ssl:
|
||||||
|
# image: cthulhoo/ttrss-web-ssl
|
||||||
# build: ./web-ssl
|
# build: ./web-ssl
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# environment:
|
# environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue