Skip to content

Instantly share code, notes, and snippets.

@Jaxmetalmax
Created March 11, 2023 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jaxmetalmax/4485dabd0bcbb70ad0bc22f8e660dfbe to your computer and use it in GitHub Desktop.
Save Jaxmetalmax/4485dabd0bcbb70ad0bc22f8e660dfbe to your computer and use it in GitHub Desktop.
version: '3.1'
services:
db:
image: mariadb:10.6
restart: always
environment:
MYSQL_ROOT_PASSWORD: notSecureChangeMe
phpmyadmin:
image: phpmyadmin
restart: always
ports:
- 8080:80
environment:
- PMA_ARBITRARY=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment