Files
containers/bitnami/java/22/debian-12/docker-compose.yml
2024-03-21 09:44:16 +01: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:22
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app