1
0
Fork 0
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:
Andrew Dolgov 2020-01-23 14:54:58 +03:00
parent 0439b0c2cb
commit 15caf46b66

View file

@ -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: