adminer: add
This commit is contained in:
@@ -961,6 +961,20 @@ services:
|
|||||||
- ${DOWNLOADS_PATH}/bookdrop:/bookdrop
|
- ${DOWNLOADS_PATH}/bookdrop:/bookdrop
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user