switch web container default to nginx

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 4 years ago
parent bcd363d5ce
commit e9d94357ab

@ -69,15 +69,15 @@ services:
- db
command: /dcron.sh -f
web:
image: cthulhoo/ttrss-web
restart: unless-stopped
ports:
- ${HTTP_PORT}:2015
volumes:
- app:/var/www/html:ro
depends_on:
- app
# web:
# image: cthulhoo/ttrss-web
# restart: unless-stopped
# ports:
# - ${HTTP_PORT}:2015
# volumes:
# - app:/var/www/html:ro
# depends_on:
# - app
# web-ssl:
# image: cthulhoo/ttrss-web-ssl
@ -94,15 +94,15 @@ services:
# depends_on:
# - app
# web-nginx:
# image: cthulhoo/ttrss-web-nginx
# restart: unless-stopped
# ports:
# - ${HTTP_PORT}:80
# volumes:
# - app:/var/www/html:ro
# depends_on:
# - app
web-nginx:
image: cthulhoo/ttrss-web-nginx
restart: unless-stopped
ports:
- ${HTTP_PORT}:80
volumes:
- app:/var/www/html:ro
depends_on:
- app
volumes:
db:

Loading…
Cancel
Save