Skip to content

ischang/synology-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synology-docker

wow

backup templates for my docker compose files for machine agnostic configs mostly notes for myself in case i come back to this 900 years later after setting everything up and a one and done and i forget everything (because i will haha)

for all docker-compose files:

  • replace pid&gid with user that has docker folder privileges doh
  • replace local_port & container_port with proper ports

handy commands

for updates (if not using portainer-ce): docker-compose down && docker-compose pull && docker-compose up -d

for pruning: docker image prune -f && docker volume prune -f && docker network prune -f

notes

  • PMS needs to run in network_mode: host for local network discovery

other, pretty irrelevant notes:

other stuff

recursive hard linking: cp -lR /original /other

checking inode # ls -i

replace NUM with inode# to check other nodes find . -inum NUM

About

mini backups for my docker-compose files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published