mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2018-09-12
This commit is contained in:
@ -198,4 +198,14 @@ X-XSS-Protection: 1; mode=block
|
||||
|
||||
- I will have to keep an eye on it and perhaps add it to the list of "bad bots" that get rate limited
|
||||
|
||||
## 2018-09-12
|
||||
|
||||
- Merge AReS explorer changes to nginx config and deploy on CGSpace so CodeObia can start testing more
|
||||
- Re-create my local Docker container for PostgreSQL data, but using a volume for the database data:
|
||||
|
||||
```
|
||||
$ sudo docker volume create --name dspacetest_data
|
||||
$ sudo docker run --name dspacedb -v dspacetest_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user