mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
9 lines
128 B
YAML
9 lines
128 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
init:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.init
|
|
volumes:
|
|
- ./www:/www
|