mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-21 13:23:05 +01:00
11 lines
211 B
YAML
11 lines
211 B
YAML
version: '3'
|
|
services:
|
|
snippet-box:
|
|
image: pawelmalak/snippet-box
|
|
container_name: snippet-box
|
|
volumes:
|
|
- /path/to/host/data:/app/data
|
|
ports:
|
|
- 5000:5000
|
|
restart: unless-stopped
|