Fix container names

main
Marko Korhonen 4 years ago
parent 0f58c30fca
commit 4e6ecd3231

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

Loading…
Cancel
Save