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