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
|
||||
|
||||
apt-get install python-pip3
|
||||
apt-get install python3-pip
|
||||
pip3 install docker-compose
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- "856:80"
|
||||
volumes:
|
||||
- filebrowser-data:/etc
|
||||
- ./volumes:/srv/volumes
|
||||
- ../volumes/files:/srv/volumes
|
||||
networks:
|
||||
- medicine-network
|
||||
logging:
|
||||
|
|
|
|||
Loading…
Reference in New Issue