Update docker-compose.yml

master
Chewbaka 2 years ago committed by GitHub
parent f9f94970fe
commit b3c3cf0b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save