18 lines
339 B
YAML
18 lines
339 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
wildfly:
|
|
image: docker.io/bitnami/wildfly:37
|
|
ports:
|
|
- '8080:8080'
|
|
- '9990:9990'
|
|
volumes:
|
|
- 'wildfly_data:/bitnami'
|
|
environment:
|
|
- WILDFLY_PASSWORD=password
|
|
|
|
volumes:
|
|
wildfly_data:
|
|
driver: local
|