pass
This commit is contained in:
parent
aeed552f4e
commit
5d1fd0599e
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue