mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
updated template for gui db
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Adminer
|
||||
|
||||
services:
|
||||
adminer:
|
||||
image: ${ADMINER_IMAGE:-adminer:latest}
|
||||
restart: ${ADMINER_RESTART:-unless-stopped}
|
||||
|
||||
tmpfs:
|
||||
- /var/lib/php:rw,noexec,nosuid,size=64M
|
||||
|
||||
environment:
|
||||
- ADMINER_DEFAULT_SERVER=${ADMINER_DEFAULT_SERVER:-mariadb}
|
||||
|
||||
ports:
|
||||
- "${ADMINER_PORT:-8082}:8080"
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
internal:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user