https://github.com/orvice/apache-base-docker
apache-base-docker
https://github.com/orvice/apache-base-docker
Last synced: 5 months ago
JSON representation
apache-base-docker
- Host: GitHub
- URL: https://github.com/orvice/apache-base-docker
- Owner: orvice
- License: mit
- Created: 2017-02-23T06:53:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T16:28:45.000Z (12 months ago)
- Last Synced: 2025-08-09T18:17:42.709Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pull
```
docker pull ghcr.io/orvice/apache-base-docker:master
```
## docker-compose
```
web:
image: ghcr.io/orvice/apache-base-docker:master
restart: always
volumes:
- /var/data/www:/var/www/html
container_name: web
```
## Usage
```
FROM ghcr.io/orvice/apache-base-docker:master
```