Skip to content

Instantly share code, notes, and snippets.

@sztan
sztan / docker-compose.yaml
Created May 15, 2022 06:40
run joomla inside docker with docker-compose
version: '3'
services:
mariadb:
image: docker.io/bitnami/mariadb:10.6
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_joomla
- MARIADB_DATABASE=bitnami_joomla
volumes:
@sztan
sztan / flat_inputs.html
Created December 27, 2018 09:56
provides "flat style" inputs
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>simple flat inputs</title>
<meta name="description" content="styling inputs flat">
<meta name="author" content="Stan">