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:
parent
6718f345ae
commit
f6243fba91
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ services:
|
||||||
image: adminer
|
image: adminer
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8081:8080
|
||||||
|
|
Loading…
Reference in a new issue