1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-12 10:58:54 -04:00

Allow web interface when running in Docker

This commit is contained in:
ranguli
2022-10-26 20:03:42 -02:30
committed by GitHub
parent 1c052a63c0
commit b1db08a08c
+2
View File
@@ -3,6 +3,8 @@ services:
aprsd:
image: hemna6969/aprsd:latest
container_name: aprsd
ports:
- "8001:8001"
volumes:
- $HOME/.config/aprsd:/config
restart: unless-stopped