File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 22
33## Using Docker Compose
44To build:
5-
6- docker-compose -f docker-compose.yaml build plastic
5+ ```
6+ docker-compose -f docker-compose.yaml build plastic
7+ ```
78To run:
8-
9- docker-compose -f docker-compose.yaml up -d plastic
9+ ```
10+ docker-compose -f docker-compose.yaml up -d plastic
11+ ```
1012
1113To add a user: ` PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS `
1214
1315To refresh the server: ` PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS `
1416
15- To upload a new license file: replace the file in the ` data/conf ` directory (per the docker-compose file)
16-
17- To backup the databases: copy the files from the ` data/sqlite ` directory (per the docker-compose file)
1817
19- To retrieve logs: copy the files from the ` data/logs ` directory (per the docker-compose file)
18+ #### The next three instructions assume you are looking at directory in which you cloned this repository.
19+ * To upload a new license file: replace the file named ` plasticd.lic ` in the ` data/conf ` directory (per the docker-compose file)
20+ * To backup the databases: copy the files from the ` data/sqlite ` directory (per the docker-compose file)
21+ * To retrieve logs: copy the files from the ` data/logs ` directory (per the docker-compose file)
2022
2123
2224## Classic mode
You can’t perform that action at this time.
0 commit comments