docker-scripts/linux/atlassian/confluence/6/6.2.1/docker-compose.yml

9 lines
181 B
YAML
Raw Normal View History

2021-05-19 18:51:33 +03:00
version: '3.9'
services:
app:
image: "epicmorg/confluence:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}