mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 10:33:33 +00:00
11 lines
233 B
YAML
11 lines
233 B
YAML
version: "2.4"
|
|
services:
|
|
scribble.rs:
|
|
pull_policy: always
|
|
# environment:
|
|
# - PORT=3014
|
|
ports:
|
|
- 8080:8080
|
|
image: biosmarcel/scribble.rs:latest
|
|
restart: unless-stopped
|