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:
# 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
- .:/app

Loading…
Cancel
Save