This commit is contained in:
Chinky 2023-12-04 23:14:50 +08:00
parent 931d312cff
commit d7d452a482
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
"editor.inlineSuggest.showToolbar": "always"
"editor.inlineSuggest.showToolbar": "onHover"
}

View File

@ -25,8 +25,8 @@ services:
network_mode: "bridge"
phpmyadmin:
image: phpmyadmin:latest
container_name: phpmyadmin_1
image: phpmyadmin:fpm-alpine
container_name: phpmyadmin
network_mode: "bridge"
environment:
# - PMA_USER=root
@ -39,7 +39,7 @@ services:
- TZ="UTC"
restart: always
ports:
- 8091:80
- 8090:80
volumes:
- sessions:/sessions
# depends_on: