Skip to content

Instantly share code, notes, and snippets.

@rfay
Created June 28, 2021 03:07
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 rfay/28b34852d34e526a75a82a4fa4dfd9bd to your computer and use it in GitHub Desktop.
Save rfay/28b34852d34e526a75a82a4fa4dfd9bd to your computer and use it in GitHub Desktop.
Possible example of adding to phpmyadmin
version: "3.6"
service:
dba:
build:
context: './phpmyadmin-build'
args:
BASE_IMAGE: php:8.1.0alpha1-fpm-buster
ARG BASE_IMAGE
FROM $BASE_IMAGE
# RUN do stuff here, you can add files from .ddev/phpmyadmin-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment