Update docker-compose.yml

This commit is contained in:
Kroese 2023-04-12 21:40:43 +02:00 committed by GitHub
parent 21c73444a0
commit d6cb324099

View file

@ -14,5 +14,7 @@ services:
- NET_ADMIN - NET_ADMIN
ports: ports:
- 22:22 - 22:22
volumes:
- /var/qemu:/storage
restart: on-failure restart: on-failure