12 lines
243 B
YAML
12 lines
243 B
YAML
services:
|
|
|
|
apache:
|
|
container_name: apache-1.1
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
labels:
|
|
- org.opencontainers.image.version="1"
|
|
- org.opencontainers.image.revision="1"
|
|
image: apache:1.1
|