adminer: add
This commit is contained in:
@@ -960,6 +960,20 @@ services:
|
||||
- "${DOCKER_STORAGE_PATH_SLOW}/books-calibre:/books-calibre"
|
||||
- ${DOWNLOADS_PATH}/bookdrop:/bookdrop
|
||||
restart: unless-stopped
|
||||
|
||||
adminer:
|
||||
image: adminer:latest
|
||||
container_name: adminer
|
||||
depends_on:
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.65
|
||||
ports:
|
||||
- 8087:8080
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user