Change adminer expose port to 8080
Most webservers default to 80, but Adminer's docker container runs on 8080.
This commit is contained in:
@ -344,7 +344,7 @@ services:
|
||||
adminer:
|
||||
build: ./adminer
|
||||
ports:
|
||||
- "${ADM_PORT}:80"
|
||||
- "${ADM_PORT}:8080"
|
||||
depends_on:
|
||||
- php-fpm
|
||||
|
||||
|
Reference in New Issue
Block a user