This commit is contained in:
Cold-Egg
2019-12-19 12:16:37 -05:00
parent b13df69782
commit ec697780b5
5 changed files with 20 additions and 3 deletions
+10 -1
View File
@@ -40,6 +40,7 @@ Running with daemon mode
```
docker-compose up -d
```
Running with start method
```
docker-compose start
```
@@ -57,4 +58,12 @@ docker-compose down
### Adminer (formerly phpMinAdmin)
You can also visit http://127.0.0.1:8080 to access Data Base after starting the containers.
The default username is root, and the password is the same as supplied in the .env file.
The default username is root, and the password is the same as supplied in the .env file.
## Support & Feedback
If you still have a question after using OpenLiteSpeed Docker, you have a few options.
* Join [the GoLiteSpeed Slack community](litespeedtech.com/slack) for real-time discussion
* Post to [the OpenLiteSpeed Forums](https://forum.openlitespeed.org/) for community support
* Reporting any issue on [Github ols-docker-env](https://github.com/litespeedtech/ols-docker-env/issues) project
**Pull requests are always welcome**