added volume

This commit is contained in:
harish 2024-09-24 16:43:41 +00:00
parent 29891dc47e
commit d803c3e0f9

View File

@ -5,6 +5,8 @@ services:
dockerfile: ./Dockerfile
context: ./
tty: true
volumes:
- srvroot:/var/www
ports:
- "${PUBLIC_SSH_PORT}:22"
labels: