mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
[bitnami/percona-mysql] Release 8.2.0-1-debian-12-r0 (#63940)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
24
bitnami/percona-mysql/8.2/debian-12/docker-compose.yml
Normal file
24
bitnami/percona-mysql/8.2/debian-12/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2.1'
|
||||
|
||||
services:
|
||||
percona-mysql:
|
||||
image: docker.io/bitnami/percona-mysql:8.2
|
||||
ports:
|
||||
- '3306:3306'
|
||||
volumes:
|
||||
- 'mysql_data:/bitnami/mysql/data'
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
healthcheck:
|
||||
test: ['CMD', '/opt/bitnami/scripts/mysql/healthcheck.sh']
|
||||
interval: 15s
|
||||
timeout: 5s
|
||||
retries: 6
|
||||
|
||||
volumes:
|
||||
mysql_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user