chore: reformat start script
This commit is contained in:
parent
317259c278
commit
9ce6aef17d
1 changed files with 6 additions and 6 deletions
12
start.sh
12
start.sh
|
@ -4,8 +4,8 @@ source constants.sh
|
|||
|
||||
podman run \
|
||||
--detach \
|
||||
--name $APP_CONTAINER_NAME \
|
||||
--env-file $ENV_FILE_DIR/plex.env \
|
||||
--name "plex_app" \
|
||||
--env-file "$ENV_FILE_DIR/plex.env" \
|
||||
--publish 32401:32400 \
|
||||
--publish 32469:32469 \
|
||||
--publish 3005:3005 \
|
||||
|
@ -15,7 +15,7 @@ podman run \
|
|||
--publish 32412:32412/udp \
|
||||
--publish 32413:32413/udp \
|
||||
--publish 32414:32414/udp \
|
||||
--mount type=bind,source=$APP_DATA_DIR/plex/database,target=/config \
|
||||
--mount type=bind,source=$APP_DATA_DIR/plex/transcode,target=/transcode \
|
||||
--mount type=bind,source=$STORAGE_DIR/media,target=/data \
|
||||
$APP_IMAGE_NAME:$IMAGE_VERSION
|
||||
--mount "type=bind,source=$APP_DATA_DIR/plex/database,target=/config" \
|
||||
--mount "type=bind,source=$APP_DATA_DIR/plex/transcode,target=/transcode" \
|
||||
--mount "type=bind,source=$STORAGE_DIR/media,target=/data" \
|
||||
"spad-plex-app:$IMAGE_VERSION"
|
||||
|
|
Loading…
Reference in a new issue