From 5d1fd0599e0dc4ab53313956edcb5a8436d4cef5 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Mon, 25 Jan 2021 15:34:18 +1000 Subject: [PATCH] pass --- bash_scripts/docker-install.sh | 2 +- medicine-stack/docker-compose.yml | 2 +- thirdparty-apps/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_scripts/docker-install.sh b/bash_scripts/docker-install.sh index 7cf4efe..a290e69 100644 --- a/bash_scripts/docker-install.sh +++ b/bash_scripts/docker-install.sh @@ -17,5 +17,5 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker ps -apt-get install python-pip3 +apt-get install python3-pip pip3 install docker-compose diff --git a/medicine-stack/docker-compose.yml b/medicine-stack/docker-compose.yml index 0b1f8e8..6b2a480 100644 --- a/medicine-stack/docker-compose.yml +++ b/medicine-stack/docker-compose.yml @@ -27,7 +27,7 @@ services: POSTGRES_PASSWORD: "password" volumes: - ./volumes/postgres-data:/var/lib/postgresql/data - - ./volumes/files:/files + - ../volumes/files:/files logging: driver: "json-file" options: diff --git a/thirdparty-apps/docker-compose.yml b/thirdparty-apps/docker-compose.yml index 89563b2..75c7ab3 100644 --- a/thirdparty-apps/docker-compose.yml +++ b/thirdparty-apps/docker-compose.yml @@ -31,7 +31,7 @@ services: - "856:80" volumes: - filebrowser-data:/etc - - ./volumes:/srv/volumes + - ../volumes/files:/srv/volumes networks: - medicine-network logging: