https://github.com/giabar/gb-froxlor
Froxlor Docker image - https://hub.docker.com/r/giabar/gb-froxlor/
https://github.com/giabar/gb-froxlor
docker dockerfile
Last synced: 12 months ago
JSON representation
Froxlor Docker image - https://hub.docker.com/r/giabar/gb-froxlor/
- Host: GitHub
- URL: https://github.com/giabar/gb-froxlor
- Owner: giabar
- License: apache-2.0
- Created: 2018-11-17T00:21:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T10:41:35.000Z (over 7 years ago)
- Last Synced: 2025-03-13T17:20:00.227Z (over 1 year ago)
- Topics: docker, dockerfile
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Froxlor Docker image
## How to run:
```
docker run \
-d \
-p 3306:3306 \
--name=froxdb \
-e MYSQL_ROOT_PASSWORD=root_password \
-e MYSQL_DATABASE=froxlor \
-e MYSQL_USER=froxlor \
-e MYSQL_PASSWORD=froxpwd \
mysql:5.7.17
sleep 2
docker run \
-d \
-p 8077:80 \
--name=frox \
--link=froxdb \
giabar/gb-frox
```