Delete netatalk/docker-compose.yml
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
services:
|
||||
netatalk:
|
||||
image: netatalk/netatalk:latest
|
||||
network_mode: "host"
|
||||
ports:
|
||||
- 548:548
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
volumes:
|
||||
- /media/disk/afpshare:/mnt/afpshare
|
||||
- /media/disk/afpbackup:/mnt/afpbackup
|
||||
- /media/disk/afpconf:/etc/netatalk
|
||||
- /var/run/dbus:/var/run/dbus
|
||||
environment:
|
||||
- AFP_USER=mary
|
||||
- AFP_PASS=john1955
|
||||
- AFP_GROUP=afpusers
|
||||
- ATALKD_INTERFACE=eth0
|
||||
- TZ=Europe/London
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.apple == here
|
||||
|
||||
Reference in New Issue
Block a user