remove adminer
This commit is contained in:
@ -59,12 +59,12 @@ services:
|
|||||||
- postgres:/var/lib/postgresql/13/main
|
- postgres:/var/lib/postgresql/13/main
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
adminer:
|
# adminer:
|
||||||
container_name: adminer
|
# container_name: adminer
|
||||||
image: adminer:latest
|
# image: adminer:latest
|
||||||
restart: always
|
# restart: always
|
||||||
networks:
|
# networks:
|
||||||
- transcendence
|
# - transcendence
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -49,8 +49,8 @@ http {
|
|||||||
proxy_read_timeout 86400;
|
proxy_read_timeout 86400;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /admin {
|
# location /admin {
|
||||||
proxy_pass http://adminer:8080;
|
# proxy_pass http://adminer:8080;
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user