Fix container names

This commit is contained in:
Marko Korhonen 2020-06-27 11:32:36 +03:00
parent 1d363e4d99
commit d8481b715c
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -1,7 +1,7 @@
version: "3"
services:
tt-rss-db:
db:
container_name: tt-rss-db
image: postgres:12-alpine
restart: unless-stopped
@ -13,7 +13,7 @@ services:
networks:
- tt-rss
tt-rss-app:
app:
container_name: tt-rss-app
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
@ -33,7 +33,7 @@ services:
networks:
- tt-rss
tt-rss-updater:
updater:
container_name: tt-rss-updater
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
@ -54,7 +54,7 @@ services:
networks:
- tt-rss
tt-rss-web:
web:
container_name: tt-rss-web
image: cthulhoo/ttrss-web
restart: unless-stopped