From 9eee7c0e427139b2d5d77053edbdb44747a3a45e Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sun, 10 Apr 2016 21:29:06 +0200 Subject: [PATCH] trivials --- README.md | 2 -- docker-compose.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 5884c9a..1799d61 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ version: '2' volumes: postgres_data: {} - taiga_postgres: {} taiga_static: {} taiga_media: {} @@ -190,7 +189,6 @@ There are also volumes containing the data you might want to backup externally ``` $ docker volume ls DRIVER VOLUME NAME -local taiga_taiga_postgres local taiga_taiga_media local taiga_taiga_static local taiga_postgres_data diff --git a/docker-compose.yml b/docker-compose.yml index 9af8120..c27d4be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,6 @@ version: '2' volumes: postgres_data: {} - taiga_postgres: {} taiga_static: {} taiga_media: {}