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