mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 12:58:05 +00:00
7 lines
201 B
Bash
7 lines
201 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker stop postgres_db_communicator_1
|
||
|
mkdir -p $HOME/docker/volumes/postgres_db_communicator
|
||
|
docker-compose -f docker-compose.yml up --no-start
|
||
|
docker-compose -f docker-compose.yml start
|