mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
14 lines
224 B
YAML
14 lines
224 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
jsonnet:
|
|
image: docker.io/bitnami/jsonnet:0
|
|
volumes:
|
|
- jsonnet_data:/bitnami
|
|
volumes:
|
|
jsonnet_data:
|
|
driver: local
|