Skip to content

Commit b6563a4

Browse files
Create docker-run.md
1 parent 51fc11f commit b6563a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

commands/Gokapi/docker-run.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
repo: "https://github.com/Forceu/Gokapi"
3+
category: "File Sharing"
4+
logo: null # Optional - provide URL to logo if available, 1:1 format only
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run -v ./gokapi-data:/app/data -v ./gokapi-config:/app/config -p 53842:53842 -e TZ=UTC f0rc3/gokapi:latest
11+
```

0 commit comments

Comments
 (0)