An open API service indexing awesome lists of open source software.

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

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
```