Upload files to "/"
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user