lonix1
lonix1
So MAUI is to be released in net7 (november 22), and this repo, maybe yes maybe no. You realise it's a race between them and you? I'm betting on you,...
Eilon I've heard of wearing multiple hats, but that is just ridiculous - now I have to bet on both projects!! :smile: But seriously, MBB is truly exciting stuff. V1...
@williamdes Thanks - yes you are right it should be `9000`! I edited it above. However, it still does not work :-( `curl http://www.example.com/pma` gives: > File not found. The...
When I do `docker-compose up` for the first time, it says > phpMyAdmin not found in /var/www/html - copying now... Complete! phpMyAdmin has been successfully copied to /var/www/html That's why...
@williamdes wow thanks! I used the "Using CGI" section, and got it working finally, but on the wrong path: `curl http://www.example.com/pma` gives `404` but `curl http://www.example.com/` gives the phpmyadmin login...
Okay I got it to work, thanks to [this](https://stackoverflow.com/a/42467562/9971404)! Notes: - No rewriting necessary - I did not need to set `PMA_ABSOLUTE_URI` - not sure why? ````nginx resolver 127.0.0.11 valid=15s;...
@williamdes BTW thanks for taking the time to help me... Appreciated!
@williamdes Yes... so we need to correctly set `SCRIPT_FILENAME`.
@williamdes This works for me: `docker-compose.yml` ````yaml version: "3.7" networks: mynet: volumes: mariadb_data: phpmyadmin_data: services: mariadb: image: mariadb:10.4.8-bionic environment: MYSQL_DATABASE: mydb MYSQL_ROOT_PASSWORD: password MYSQL_USER: admin MYSQL_PASSWORD: password volumes: - mariadb_data:/var/lib/mysql/...
I'm not sure how to do that... what I mean is that maybe the *documents site* can have this info...