From 434619cb0390ade9fda2dfa698aff7780885625e Mon Sep 17 00:00:00 2001 From: john Date: Wed, 10 Dec 2025 01:45:52 +0000 Subject: [PATCH] Update netatalk/docker-compose.yml Change to eth0 interface for RPi4 --- netatalk/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netatalk/docker-compose.yml b/netatalk/docker-compose.yml index 777a329..42f986b 100644 --- a/netatalk/docker-compose.yml +++ b/netatalk/docker-compose.yml @@ -16,7 +16,7 @@ services: - AFP_USER=mary - AFP_PASS=john1955 - AFP_GROUP=afpusers - - ATALKD_INTERFACE=eno1 + - ATALKD_INTERFACE=eth0 - TZ=Europe/London restart: unless-stopped