cglatot / pasta

Audio & Subtitle Track Changer for Plex
https://www.pastatool.com
270 stars 7 forks source link

Docker-compose? #57

Closed BadCo-NZ closed 2 years ago

BadCo-NZ commented 2 years ago

Is anyone able to share there docker compose file, or even the docker run command?

Thanks!

cglatot commented 2 years ago

https://github.com/cglatot/pasta/issues/41#issuecomment-931369775

BadCo-NZ commented 2 years ago

#41 (comment)

Thanks, I did find that one but it is incomplete.

BadCo-NZ commented 2 years ago

Here is my example for future searchers

version: "3"

services:
  app:
    image: cglatot/pasta
    container_name: pasta
    ports:
      - 8087:80 
    restart: unless-stopped

@cglatot would you accept a PR with an example docker-compose file?

cglatot commented 2 years ago

Sure, go ahead.