move adminer off of common port

this is just to be less annoying because syncthing uses 8080 on one of my dev machines
This commit is contained in:
Zynh0722 2023-11-15 12:49:08 -08:00
parent 6718f345ae
commit f6243fba91

View file

@ -21,4 +21,4 @@ services:
image: adminer image: adminer
restart: always restart: always
ports: ports:
- 8080:8080 - 8081:8080