Skip to content

Commit

Permalink
Merge pull request #18 from jdoss/jdoss/Add_infra-name
Browse files Browse the repository at this point in the history
Add --infra-name to the podman pod
  • Loading branch information
jdoss authored Feb 13, 2024
2 parents ae64c04 + c2d0a36 commit 0d13d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ POSTGRESQL_PASSWORD=paperlesschangeme

echo "Creating Paperless Pod..."
podman pod create --replace --name paperless \
--infra-name paperless-pod \
-p ${PAPERLESS_PORT}:${PAPERLESS_PORT} \
-p ${SFTPGO_SFTP_PORT}:${SFTPGO_SFTP_PORT} \
-p ${SFTPGO_HTTP_PORT}:${SFTPGO_HTTP_PORT}
Expand Down

0 comments on commit 0d13d42

Please sign in to comment.