Skip to content

Commit

Permalink
fix(deploy): fixed issue with selinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed May 10, 2024
1 parent 2c7f807 commit 8399ad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/systemd/v4/container-php.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ExecStart=/usr/bin/podman run \
--sdnotify=conmon \
--volume storage:/var/www/html/storage \
--volume /etc/localtime:/etc/localtime:ro \
--volume %S/rclone.conf:/var/www/html/rclone.conf:ro \
--volume %S/rclone.conf:/var/www/html/rclone.conf:Z \
--env-file %S/parceler.env \
--name php \
--detach \
Expand Down
2 changes: 1 addition & 1 deletion deploy/systemd/v4/container-scheduler.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ExecStart=/usr/bin/podman run \
--sdnotify=conmon \
--volume storage:/var/www/html/storage \
--volume /etc/localtime:/etc/localtime:ro \
--volume %S/rclone.conf:/var/www/html/rclone.conf:ro \
--volume %S/rclone.conf:/var/www/html/rclone.conf:Z \
--env-file %S/parceler.env \
--env PHP_HOST=php \
--env PHP_PORT=9000 \
Expand Down
2 changes: 1 addition & 1 deletion deploy/systemd/v4/container-worker.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ExecStart=/usr/bin/podman run \
--sdnotify=conmon \
--volume storage:/var/www/html/storage \
--volume /etc/localtime:/etc/localtime:ro \
--volume %S/rclone.conf:/var/www/html/rclone.conf:ro \
--volume %S/rclone.conf:/var/www/html/rclone.conf:Z \
--env-file %S/parceler.env \
--env PHP_HOST=php \
--env PHP_PORT=9000 \
Expand Down

0 comments on commit 8399ad9

Please sign in to comment.