7 lines
221 B
Bash
7 lines
221 B
Bash
#!/bin/bash
|
|
cd /docker/letsencrypt-docker-nginx/src/production
|
|
docker-compose down
|
|
docker-compose up -d
|
|
#docker start dock-pg10 dock-pgadmin
|
|
#/docker/letsencrypt-docker-nginx/src/production run sudo docker-compose up -d
|