File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
max-size : 10m
16
16
ports :
17
17
- ' 3000:3000'
18
- image : therealpaulgg/ ssh-sync-server
18
+ image : ssh-sync-server-prerelease
19
19
container_name : ssh-sync-server
20
20
ssh-sync-db :
21
21
image : therealpaulgg/ssh-sync-db:latest
@@ -26,17 +26,28 @@ services:
26
26
- POSTGRES_DB=sshsync
27
27
restart : always
28
28
ssh-sync :
29
- image : 2d277cde6d3ba4b20c2743a62000be589ad767febc24bf04b33106285d7c0457
29
+ image : ssh-debug
30
30
container_name : ssh-sync
31
31
stdin_open : true # Allows Docker container to keep STDIN open
32
32
tty : true # Allocates a pseudo-TTY
33
+ volumes :
34
+ - ssh-sync-volume:/root
33
35
ssh-sync-2 :
34
- image : 2d277cde6d3ba4b20c2743a62000be589ad767febc24bf04b33106285d7c0457
36
+ image : ssh-debug
35
37
container_name : ssh-sync-2
36
38
stdin_open : true # Allows Docker container to keep STDIN open
37
39
tty : true # Allocates a pseudo-TTY
40
+ volumes :
41
+ - ssh-sync-2-volume:/root
38
42
ssh-sync-3 :
39
- image : 2d277cde6d3ba4b20c2743a62000be589ad767febc24bf04b33106285d7c0457
43
+ image : ssh-debug
40
44
container_name : ssh-sync-3
41
45
stdin_open : true # Allows Docker container to keep STDIN open
42
46
tty : true # Allocates a pseudo-TTY
47
+ volumes :
48
+ - ssh-sync-3-volume:/root
49
+
50
+ volumes :
51
+ ssh-sync-volume :
52
+ ssh-sync-2-volume :
53
+ ssh-sync-3-volume:
You can’t perform that action at this time.
0 commit comments