https://github.com/z1cheng/file-sharing-server
https://github.com/z1cheng/file-sharing-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/z1cheng/file-sharing-server
- Owner: z1cheng
- Created: 2022-12-24T06:36:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T06:41:31.000Z (over 3 years ago)
- Last Synced: 2026-01-18T13:14:37.540Z (5 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Sharing Server
How to run:
```bash
# define the path you want to share
SHARE_PATH="$(pwd)"
# define the port you want to expose
PORT="19090"
docker run -d -p $PORT:19090 -v $SHARE_PATH:/file-sharing z1cheng/file-sharing-server:latest
```
Docker Repository: https://hub.docker.com/r/z1cheng/file-sharing-server