Skip to content

Commit

Permalink
Add --infra-name paperless-pod so it is easier to see the infra conta…
Browse files Browse the repository at this point in the history
…iner in podman ps -a.
  • Loading branch information
jdoss committed Feb 13, 2024
1 parent ae64c04 commit c2d0a36
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 c2d0a36

Please sign in to comment.