1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2021-01-25 15:34:18 +10:00
parent aeed552f4e
commit 5d1fd0599e
3 changed files with 3 additions and 3 deletions

View File

@ -17,5 +17,5 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io
docker ps docker ps
apt-get install python-pip3 apt-get install python3-pip
pip3 install docker-compose pip3 install docker-compose

View File

@ -27,7 +27,7 @@ services:
POSTGRES_PASSWORD: "password" POSTGRES_PASSWORD: "password"
volumes: volumes:
- ./volumes/postgres-data:/var/lib/postgresql/data - ./volumes/postgres-data:/var/lib/postgresql/data
- ./volumes/files:/files - ../volumes/files:/files
logging: logging:
driver: "json-file" driver: "json-file"
options: options:

View File

@ -31,7 +31,7 @@ services:
- "856:80" - "856:80"
volumes: volumes:
- filebrowser-data:/etc - filebrowser-data:/etc
- ./volumes:/srv/volumes - ../volumes/files:/srv/volumes
networks: networks:
- medicine-network - medicine-network
logging: logging: