This commit is contained in:
parent
13a8dc9b6f
commit
592afdced9
4 changed files with 28 additions and 0 deletions
10
resources/z9/waybackproxy/docker_compose/compose.yaml.j2
Normal file
10
resources/z9/waybackproxy/docker_compose/compose.yaml.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
# https://github.com/richardg867/WaybackProxy
|
||||
waybackproxy:
|
||||
image: cttynul/waybackproxy:latest
|
||||
environment:
|
||||
DATE: 19990101
|
||||
DATE_TOLERANCE: 730
|
||||
ports:
|
||||
- "1999:8888"
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue