Update netatalk/docker-compose.yml

Change to eth0 interface for RPi4
This commit is contained in:
2025-12-10 01:45:52 +00:00
parent c2e418bbe2
commit 434619cb03

View File

@@ -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