|
|
@ -4,8 +4,7 @@ services:
|
|
|
|
plexshare:
|
|
|
|
plexshare:
|
|
|
|
# Image doc here: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx.html
|
|
|
|
# Image doc here: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx.html
|
|
|
|
container_name: plexshare
|
|
|
|
container_name: plexshare
|
|
|
|
image: chewbaka69/plexshare
|
|
|
|
image: chewbaka/plexshare:latest
|
|
|
|
build: .
|
|
|
|
|
|
|
|
working_dir: /app
|
|
|
|
working_dir: /app
|
|
|
|
# If you use a reverse PROXY you can comment those 2 lines below
|
|
|
|
# If you use a reverse PROXY you can comment those 2 lines below
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
@ -32,4 +31,4 @@ services:
|
|
|
|
# COMPOSER
|
|
|
|
# COMPOSER
|
|
|
|
COMPOSER_VERSION: 1
|
|
|
|
COMPOSER_VERSION: 1
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- .:/app
|
|
|
|
- .:/app
|
|
|
|