Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamelaster/opensupports-docker
Docker container for OpenSupports
https://github.com/gamelaster/opensupports-docker
Last synced: about 1 month ago
JSON representation
Docker container for OpenSupports
- Host: GitHub
- URL: https://github.com/gamelaster/opensupports-docker
- Owner: gamelaster
- Created: 2020-08-20T08:15:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T13:40:32.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T06:04:30.481Z (about 2 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 14
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opensupports-docker
Docker container for OpenSupports# Installation
Firstly, create new folder and download `docker-compose.yml`
```bash
mkdir opensupports
wget https://raw.githubusercontent.com/gamelaster/opensupports-docker/master/docker-compose.yml
```
After, open `docker-compose.yml`, and change `MYSQL_PASSWORD=changeme` line with your unique password. Then run the compose:
```bash
docker-compose up -d
```In `docker-compose.yml`, if `HOST=hostname` is set it will override the default hostname value.
Now, browse to `http://yourip:5443/`, and proceed through installation. When it will ask for database credentials, fill it following:
- MySQL Host: `mariadb`
- MySQL Database: `opensupports`
- MySQL User: `opensupports`
- MySQL Password: `password you written in previous step`And that's all.