use dockerhub for web container

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 5 years ago
parent 0439b0c2cb
commit 15caf46b66

@ -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…
Cancel
Save