Remove misc directory
This commit is contained in:
parent
a67912e89e
commit
8cab91f51a
15 changed files with 36 additions and 41 deletions
12
README.md
12
README.md
|
|
@ -30,7 +30,7 @@ characters. This key is used to generate the server certificate.
|
|||
When you see:
|
||||
|
||||
```
|
||||
root@xxxxxxxxxxxx:/var/www/fic-server/misc#
|
||||
root@xxxxxxxxxxxx:/var/www/fic-server#
|
||||
```
|
||||
|
||||
congratulations, the container is running!
|
||||
|
|
@ -99,11 +99,11 @@ CONNTRACK states.
|
|||
|
||||
Main Docker backend container relies on several other container:
|
||||
|
||||
* MySQL database ;
|
||||
* Database storage (as data only container) ;
|
||||
* PKI storage ;
|
||||
* PKI shared storage ;
|
||||
* challenge files containers ;
|
||||
* MySQL database;
|
||||
* Database storage (as data only container);
|
||||
* PKI storage;
|
||||
* PKI shared storage;
|
||||
* challenge files containers;
|
||||
* the backend.
|
||||
|
||||
To have a fully working backend:
|
||||
|
|
|
|||
Reference in a new issue