Skip to content

Commit 9d018e2

Browse files
authored
Style changes.
1 parent baa5abd commit 9d018e2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22

33
## Using Docker Compose
44
To build:
5-
6-
docker-compose -f docker-compose.yaml build plastic
5+
```
6+
docker-compose -f docker-compose.yaml build plastic
7+
```
78
To 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

1113
To add a user: `PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS`
1214

1315
To 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

0 commit comments

Comments
 (0)