Answering my own question to help others:
Outside the container (on the host machine), issue:
chown 1001:1001 /dados3/activemq/data
and then problem solved.
KR,
Edson R.
-Mensagem original-
De: Edson Richter
Enviada em: sábado, 11 de novembro de 2023 08:49
Para: users@activemq.ap
OS: Oracle EL 7.9
Docker: Docker Engine - Community Version: 24.0.7
Image: apache/activemq-artemis:2.31.2-alpine
Docker-compose.yml file is:
version: "2.3"
services:
activemq-logs:
image: apache/activemq-artemis:2.31.2-alpine
network_mode: host
cpus: 2
mem_limit: 2048M