add volume

This commit is contained in:
Kasper Juul Hermansen 2023-04-03 14:28:32 +02:00
parent 09d663de1b
commit 169ac61a20
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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