mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +01:00
11 lines
193 B
YAML
11 lines
193 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
pywb:
|
||
|
build: .
|
||
|
ports:
|
||
|
- 8080:8080
|
||
|
volumes:
|
||
|
- ./config.yaml:/webarchive/config.yaml
|
||
|
- ./sample_archive/:/webarchive/sample_archive/
|