trivials
This commit is contained in:
parent
e888b4c084
commit
9eee7c0e42
@ -48,7 +48,6 @@ version: '2'
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data: {}
|
postgres_data: {}
|
||||||
taiga_postgres: {}
|
|
||||||
taiga_static: {}
|
taiga_static: {}
|
||||||
taiga_media: {}
|
taiga_media: {}
|
||||||
|
|
||||||
@ -190,7 +189,6 @@ There are also volumes containing the data you might want to backup externally
|
|||||||
```
|
```
|
||||||
$ docker volume ls
|
$ docker volume ls
|
||||||
DRIVER VOLUME NAME
|
DRIVER VOLUME NAME
|
||||||
local taiga_taiga_postgres
|
|
||||||
local taiga_taiga_media
|
local taiga_taiga_media
|
||||||
local taiga_taiga_static
|
local taiga_taiga_static
|
||||||
local taiga_postgres_data
|
local taiga_postgres_data
|
||||||
|
@ -2,7 +2,6 @@ version: '2'
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data: {}
|
postgres_data: {}
|
||||||
taiga_postgres: {}
|
|
||||||
taiga_static: {}
|
taiga_static: {}
|
||||||
taiga_media: {}
|
taiga_media: {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user