Skip to content

Commit

Permalink
add netatalk example
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Murray <[email protected]>
  • Loading branch information
ryecoaaron committed May 31, 2024
1 parent da03b77 commit 634f0f0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose-files/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@
"name": "navidrome",
"description": "enjoy music collection from anywhere"
},
{
"name": "netatalk",
"description": "Netatalk is a Free and Open Source AFP fileserver"
},
{
"name": "netdata",
"description": "netdata"
Expand Down
Empty file.
16 changes: 16 additions & 0 deletions compose-files/netatalk/netatalk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# https://github.com/Netatalk/netatalk
services:
netatalk:
image: netatalk/netatalk3:latest
container_name: netatalk
network_mode: host
cap_add:
- NET_ADMIN
volumes:
- /srv/docker/afp:/mnt/afpshare
- /var/run/dbus:/var/run/dbus
environment:
AFP_USER: "xxxx"
AFP_PASS: "xxxx"
restart: unless-stopped
1 change: 1 addition & 0 deletions compose-files/netatalk/readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Netatalk is a Free and Open Source AFP fileserver

0 comments on commit 634f0f0

Please sign in to comment.