bitnami-containers/bitnami/java/17/debian-11/docker-compose.yml

15 lines
343 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/java:17
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app