12 lines
242 B
YAML
12 lines
242 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
image: xuthus5/pastebin:latest
|
||
|
container_name: pastebin
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- /data/containers/pastebin:/app/data
|
||
|
ports:
|
||
|
- "30001:38080"
|