Add netatalk/docker-compose.yml
This commit is contained in:
24
netatalk/docker-compose.yml
Normal file
24
netatalk/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
netatalk:
|
||||
image: netatalk/netatalk:latest
|
||||
container_name: netatalk
|
||||
network_mode: "host"
|
||||
ports:
|
||||
- 548:548
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/netatalk/afpshare:/mnt/afpshare
|
||||
- /mnt/cephfs/docker/netatalk/afpbackup:/mnt/afpbackup
|
||||
- /mnt/cephfs/docker/netatalk/afpconf:/etc/netatalk
|
||||
- /var/run/dbus:/var/run/dbus
|
||||
environment:
|
||||
- AFP_USER=mary
|
||||
- AFP_PASS=john1955
|
||||
- AFP_GROUP=afpusers
|
||||
- ATALKD_INTERFACE=enx00e04c680041
|
||||
- TZ=Europe/London
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user