Deployed newserv on Portainer stack. #671
desincarnage
started this conversation in
Show and tell
Replies: 0 comments
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.
-
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.
Prerequesites
Deployment of newserv
newserv:latest
)localAddress
to the address of the host.Notes
The volumes are located in
/var/lib/docker/volumes
and 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.
Beta Was this translation helpful? Give feedback.
All reactions