Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93a4dfedb4 |
@@ -8,3 +8,14 @@ services:
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
|
||||
adminer:
|
||||
image: adminer:latest
|
||||
container_name: adminer
|
||||
ports:
|
||||
- "8083:8080"
|
||||
environment:
|
||||
ADMINER_DEFAULT_SERVER: postgres
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
Reference in New Issue
Block a user