This repository was archived by the owner on Jul 6, 2025. It is now read-only.
Replies: 1 comment 3 replies
-
MariaDB Docker # Use root/example as user/password credentials
version: '3.1'
services:
db:
image: mariadb
restart: always
environment:
MYSQL_ROOT_PASSWORD: example
adminer:
image: adminer
restart: always
ports:
- 8080:8080 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idee:
Mögliche docker-compose.yml (von dzone):
Beta Was this translation helpful? Give feedback.
All reactions