docker-scripts/linux/atlassian/confluence/6/6.6.1/docker-compose.yml
2021-05-19 18:51:33 +03:00

9 lines
181 B
YAML

version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}