pull/24/head
Akhil Gupta 4 years ago
commit dfca61f6ac

@ -46,8 +46,8 @@
<a href="https://github.com/akhilrex/podgrab"><strong>Explore the docs »</strong></a> <a href="https://github.com/akhilrex/podgrab"><strong>Explore the docs »</strong></a>
<br /> <br />
<br /> <br />
<a href="https://github.com/akhilrex/podgrab">View Demo</a> <!-- <a href="https://github.com/akhilrex/podgrab">View Demo</a>
· · -->
<a href="https://github.com/akhilrex/podgrab/issues">Report Bug</a> <a href="https://github.com/akhilrex/podgrab/issues">Report Bug</a>
· ·
<a href="https://github.com/akhilrex/podgrab/issues">Request Feature</a> <a href="https://github.com/akhilrex/podgrab/issues">Request Feature</a>
@ -119,7 +119,7 @@ services:
- CHECK_FREQUENCY=20 - CHECK_FREQUENCY=20
volumes: volumes:
- /path/to/config:/config - /path/to/config:/config
- /path/to/data:/data - /path/to/data:/assets
ports: ports:
- 8080:8080 - 8080:8080
restart: unless-stopped restart: unless-stopped

@ -7,7 +7,7 @@ services:
- CHECK_FREQUENCY=20 - CHECK_FREQUENCY=20
volumes: volumes:
- /path/to/config:/config - /path/to/config:/config
- /path/to/data:/data - /path/to/data:/assets
ports: ports:
- 8080:8080 - 8080:8080
restart: unless-stopped restart: unless-stopped

Loading…
Cancel
Save