mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Run nginx as docker container instead of on the host system (#36)
This commit is contained in:
2
restore
2
restore
@@ -16,7 +16,7 @@ tar xzf $FILE
|
||||
cd /home/labca/boulder
|
||||
docker-compose exec bmysql mysql boulder_sa_integration <$TMPDIR/boulder_sa_integration.sql
|
||||
|
||||
mv -f $TMPDIR/*key* $TMPDIR/*cert.pem $TMPDIR/*.csr /etc/nginx/ssl/
|
||||
mv -f $TMPDIR/*key* $TMPDIR/*cert.pem $TMPDIR/*.csr /home/labca/nginx_data/ssl/
|
||||
|
||||
rm -rf /home/labca/admin/data && mv $TMPDIR/data /home/labca/admin/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user