1.8.171-debian-9-r1 release

This commit is contained in:
Bitnami Bot
2018-07-06 06:58:06 +00:00
parent 08a1cdd361
commit c82ff4f2a9
4 changed files with 43 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/java:1.8'
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app