azixus / ARK_Ascended_Docker

Docker image to run an ARK Survival Ascended server on Linux
MIT License
61 stars 11 forks source link

Add service name filter in manager #24

Closed zokradonh closed 1 year ago

zokradonh commented 1 year ago

If someone decides to add services(ftp access to savegame, etc) to the compose file then docker compose ps -q is not working because it returns several services.

Directly specifying the correct service will fix this issue.

azixus commented 1 year ago

Nice catch, thanks for the fix :)