Checkpoint
This commit is contained in:
parent
c501435876
commit
6f5266b63d
42 changed files with 652 additions and 136 deletions
|
@ -27,6 +27,7 @@
|
|||
- /home/jonathan/Sync
|
||||
- /home/jonathan/Code
|
||||
- /home/jonathan/Udemy
|
||||
- /home/jonathan/Photos
|
||||
|
||||
|
||||
- name: Create and start Syncthing container
|
||||
|
@ -38,13 +39,14 @@
|
|||
PUID: "0"
|
||||
PGID: "0"
|
||||
volume:
|
||||
- /home/jonathan/.config/podman/etc/syncthing:/var/syncthing/config:Z
|
||||
- /home/jonathan/.config/podman/syncthing/:/var/syncthing:Z
|
||||
- /home/jonathan/Sync:/home/jonathan/Sync:Z
|
||||
- /home/jonathan/Code:/home/jonathan/Code:Z
|
||||
- /home/jonathan/Udemy:/home/jonathan/Udemy:Z
|
||||
- /home/jonathan/Pictures:/home/jonathan/Pictures:Z
|
||||
- /home/jonathan/Documents:/home/jonathan/Documents:Z
|
||||
- /home/jonathan/.config/podman/etc/syncthing:/var/syncthing/config
|
||||
- /home/jonathan/.config/podman/syncthing/:/var/syncthing
|
||||
- /home/jonathan/Sync:/home/jonathan/Sync
|
||||
- /home/jonathan/Code:/home/jonathan/Code
|
||||
- /home/jonathan/Udemy:/home/jonathan/Udemy
|
||||
- /home/jonathan/Pictures:/home/jonathan/Pictures
|
||||
- /home/jonathan/Photos:/home/jonathan/Photos
|
||||
- /home/jonathan/Documents:/home/jonathan/Documents
|
||||
network: host
|
||||
restart_policy: on-failure:5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue