Files
containers/bitnami/java/docker-compose.yml
Bitnami Bot 08ae9c06c4 [bitnami/java] Release 21.37.0-debian-11-r0 (#49907)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-09-25 17:02:59 +02:00

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:21
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app