Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiel/docker-concrete5
https://github.com/eiel/docker-concrete5
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiel/docker-concrete5
- Owner: eiel
- Created: 2015-01-26T08:57:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:52:45.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:53:19.521Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
https://registry.hub.docker.com/u/eiel/concrete5/
```
$ docker run -d --name my-mysql -e MYSQL_ROOT_PASSWORD="secret" eiel/mysql:concrete5
$ docker run -d --name my-concrete5 --link my-mysql:mysql -p 8002:80 -v `pwd`/concrete5:/var/www/html eiel/concrete5
```database_host: mysql
database_user: root
database_password: secret
database_name: concrete5# consultation
https://github.com/docker-library/wordpress