CLAUDE: Change Adminer port to 8081 to avoid conflict with discord-app
This commit is contained in:
parent
3e0445c70a
commit
08460c3884
@ -24,13 +24,13 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
# Adminer - Database Admin UI
|
# Adminer - Database Admin UI
|
||||||
# Access at http://localhost:8080
|
# Access at http://localhost:8081
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer:latest
|
image: adminer:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: pd_adminer
|
container_name: pd_adminer
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8081:8080"
|
||||||
environment:
|
environment:
|
||||||
- ADMINER_DEFAULT_SERVER=pd_postgres
|
- ADMINER_DEFAULT_SERVER=pd_postgres
|
||||||
- TZ=${TZ:-America/New_York}
|
- TZ=${TZ:-America/New_York}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user