-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Container errors - see logs below.
Expected Behavior
Container should work as before when IPV6 was enabled.
Steps To Reproduce
Disable IPV6 on container host
Start phpmyadmin container
Environment
- OS:"Ubuntu 24.04.1 LTS
- How docker service was installed: apt-get install docker-ceCPU architecture
x86-64
Docker creation
phpmyadmin:
hostname: phpmyadmin
container_name: phpmyadmin
image: lscr.io/linuxserver/phpmyadmin:latest
ports:
- 9102:80
volumes:
- /etc/hosts:/etc/hosts:ro
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- /var/run/mysqld:/var/run/mysqld
environment:
- TZ=${TZ}
- PMA_USER=root
- PMA_PASSWORD=${MYSQL_ROOT_PASSWORD}
- PMA_SOCKET=/var/run/mysqld/mysqld.sock
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
restart: unless-stoppedContainer logs
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done