Skip to content
Snippets Groups Projects
Commit 8d664bd3 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

fix: added adminer back to the same network as other backend stuff because...

fix: added adminer back to the same network as other backend stuff because otherwise it doesn't see database
parent ac3d9f51
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ services: ...@@ -42,6 +42,8 @@ services:
env_file: .env env_file: .env
ports: ports:
- 127.0.0.1:${ADMINER_PORT}:${ADMINER_PORT} - 127.0.0.1:${ADMINER_PORT}:${ADMINER_PORT}
networks:
- backend-network
environment: environment:
ADMINER_DESIGN: nette ADMINER_DESIGN: nette
restart: always restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment