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: