Deployed newserv on Portainer stack. #671
desincarnage
started this conversation in
Show and tell
Replies: 1 comment
|
This bit of advice did the trick for me, and maintains maximum compatibility: My rPi Then just went into Portainer and added a new environment (Docker Standalone > Agent): ...Thanks for sharing mate! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For anyone who'd like to deploy this server at home, here's how I did using Portainer as a Docker Standalone container manager, hosted on a Ubuntu Server 24.04 VM.
Prerequisites
Deployment of newserv
newserv:latest)localAddressto the address of the host.Notes
The volumes are located in
/var/lib/docker/volumesand can only be accessed by root. You can use bind mounts instead by providing the full path of the folders/files on the host.Compose file
This is probably not much to add over this project's documentation, but this is the result of the struggles I had deploying this container at home. I hope it is someday useful to others as well.
All reactions