|
|
@ -16,7 +16,7 @@ services:
|
|
|
|
- ./conf/rsync/backup.sh:/backup.sh
|
|
|
|
- ./conf/rsync/backup.sh:/backup.sh
|
|
|
|
- ./conf/rsync/start.sh:/start.sh
|
|
|
|
- ./conf/rsync/start.sh:/start.sh
|
|
|
|
- ${RSYNC_LOCAL}:/mnt
|
|
|
|
- ${RSYNC_LOCAL}:/mnt
|
|
|
|
command: /start.sh
|
|
|
|
command: sh -c "/start.sh"
|
|
|
|
portainer:
|
|
|
|
portainer:
|
|
|
|
image: portainer/portainer-ce:2.5.1
|
|
|
|
image: portainer/portainer-ce:2.5.1
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|