9 lines
148 B
YAML
9 lines
148 B
YAML
version: '3'
|
|
services:
|
|
blog:
|
|
image: kasperhermansen/bitebuds:1680482919
|
|
volumes:
|
|
- "./.ssh:/root/ssh"
|
|
ports:
|
|
- 10080:3000
|