Add restart to debug compose file

This commit is contained in:
Greg Pringle 2021-05-19 08:13:12 -06:00
parent e11d49b7e6
commit 4a70f9b1b4

View File

@ -14,6 +14,7 @@ services:
ports:
- "8080:8080"
privileged: true
restart: always
cap_add:
- NET_ADMIN
volumes: