Skip to content

Commit a8feab1

Browse files
authored
Clarified readme
1 parent 3a2a55f commit a8feab1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For quickly check out this image or solid-server in general you can run:
99
docker run -p 8443:8443 aveltens/solid-server
1010
```
1111

12-
This will use auto-generated self-signed certificates and is not suited for production use.
12+
You will be able to access the server via `https://localhost:8443` then. It will use auto-generated self-signed certificates and is **not suited for production use**. For a production server you will have to create some real certificates and configure environment variables, like SOLID_SERVER_URI, SOLID_SSL_KEY and SOLID_SSL_CERT. Take a look at the examples folder [at GitHub](https://github.com/angelo-v/docker-solid-server/tree/master/examples) for details.
1313

1414
### Environment variables
1515

@@ -20,7 +20,7 @@ The official solid-server documentation
2020
### Docker compose
2121

2222
For a productive setup you may want to use docker-compose. Example setups can be found
23-
in the [examples folder](./examples). Here is an overview of what is in there:
23+
in the [examples folder](https://github.com/angelo-v/docker-solid-server/tree/master/examples). Here is an overview of what is in there:
2424

2525
#### Simple setup without proxy
2626

@@ -48,4 +48,4 @@ you are welcome to join in.
4848
## Contributing
4949

5050
If you would like to contribute to the development of this image,
51-
see [CONTRIBUTING.md](./CONTRIBUTING.md)
51+
see [CONTRIBUTING.md](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)