mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-06 00:32:08 +02:00
dafuq docker ? :D
This commit is contained in:
15
README.md
15
README.md
@@ -41,14 +41,15 @@ The easiest and recommended way to deploy unknownBIN is by using the pre-built D
|
||||
To ensure your pastes are saved even if the container is removed or updated, you must mount a volume for the data directory.
|
||||
|
||||
```yml
|
||||
version: '3.9'
|
||||
services:
|
||||
unknownbin:
|
||||
image: 'ghcr.io/mrunknownde/unknownbin:main'
|
||||
container_name: unknownbin
|
||||
volumes:
|
||||
- '/path/to/your/data:/usr/src/app/data'
|
||||
ports:
|
||||
- '8080:8080'
|
||||
unknownbin:
|
||||
image: 'ghcr.io/mrunknownde/unknownbin:main'
|
||||
container_name: unknownbin
|
||||
volumes:
|
||||
- '/path/to/your/data:/usr/src/app/data'
|
||||
ports:
|
||||
- '8080:8080'
|
||||
```
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user