jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
898 stars 152 forks source link

[Feature Request] custom script without docker image modification. #172

Closed doodoori2 closed 5 months ago

doodoori2 commented 5 months ago

Have you read the Important information text above

Describe the feature

Hi,

can I add some custom scripts without docker image build?

I want to

and I want to avoid conflicts when docker image update. maybe add bash plugins, some kind of hooks or volume mount for script files.

Additional information

Final checks

jammsen commented 5 months ago

Hey @doodoori2 - You can either git clone this project and build the image yourself, or fork this project to improove in your own style of flavor, sure go ahead. But regarding your question, then YES you have to build the image yourself and update/manage it yourself too.

doodoori2 commented 5 months ago

thank you. :)