Upload files to "/"

This commit is contained in:
2026-04-19 12:26:17 +02:00
commit c075b64ca0
3 changed files with 102 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
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