* fix: arm64 docker builds
Don't hardcode amd64 platform for the Wings binary.
* update docker file
don't specify buildplatform
remove upx as it causes arm64 failures
remove goos as the build is on linux hosts.
Co-authored-by: softwarenoob <admin@softwarenoob.com>
* Expose 8080 so that reverse-proxies like jwilder/nginx-proxy can pick up on it.
* Now actually patching the right image....
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
* update docker configs
dockerfile with an updated start command
docker-compose file adds custom network name so it can be used in firewalld commands.
* update compose file
mount changes
remove /srv/daemon-data
remove /etc/timezone
variable changes
add TZ
* add note about old data folder.
* update to go 1.15
Update base image to go version 1.15