add volume

This commit is contained in:
2023-04-03 14:28:32 +02:00
parent 09d663de1b
commit 169ac61a20

View File

@@ -2,5 +2,7 @@ version: '3'
services:
blog:
image: kasperhermansen/bitebuds:1680482919
volumes:
- "./.ssh:/root/ssh"
ports:
- 10080:3000