diff --git a/docker-compose.yml b/docker-compose.yml index f407042..ebd2fe3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,8 +4,7 @@ services: plexshare: # Image doc here: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx.html container_name: plexshare - image: chewbaka69/plexshare - build: . + image: chewbaka/plexshare:latest working_dir: /app # If you use a reverse PROXY you can comment those 2 lines below ports: @@ -32,4 +31,4 @@ services: # COMPOSER COMPOSER_VERSION: 1 volumes: - - .:/app \ No newline at end of file + - .:/app