1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-13 23:49: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 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: