Init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
paw-toolbox:
|
||||
build: .
|
||||
container_name: paw-toolbox
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
ADDR: ":8080"
|
||||
SERVER_MODE: "http"
|
||||
AUTH_USER: ""
|
||||
AUTH_PASS: ""
|
||||
FILE_MAX_BYTES: "268435456"
|
||||
CLIPBOARD_PERSIST_SECRETS: "true"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Reference in New Issue
Block a user