Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcaufy/ubuntu.apache
ubuntu apache
https://github.com/gcaufy/ubuntu.apache
Last synced: 12 days ago
JSON representation
ubuntu apache
- Host: GitHub
- URL: https://github.com/gcaufy/ubuntu.apache
- Owner: Gcaufy
- Created: 2015-08-24T15:30:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T11:13:11.000Z (about 9 years ago)
- Last Synced: 2024-10-19T10:06:40.085Z (about 1 month ago)
- Language: ApacheConf
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubuntu.apache
### Build
docker build -t ubuntu.apache .### Run
docker run -d -p 80:80 -v /data/docker/apache/logs:/var/log/apache2 -v /data/docker/apache/app:/data --link ubuntu.mysql:db --name lamp ubuntu.apache