added port in adminer
This commit is contained in:
parent
b160678b72
commit
5a5f588274
|
@ -18,6 +18,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
- default
|
- default
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue