Skip to content

Commit

Permalink
update db host in configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jun 12, 2024
1 parent 250e9cb commit 0d582cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/erp-next-configurator.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/configurator.pid \
--pod erp-next --replace -d --name configurator \
-v sites:/home/frappe/frappe-bench/sites \
-v logs:/home/frappe/frappe-bench/logs \
-e DB_HOST=db \
-e DB_HOST=127.0.0.1 \
-e DB_PORT=3306 \
-e REDIS_CACHE=redis-cache:6379 \
-e REDIS_QUEUE=redis-queue:6379 \
Expand Down

0 comments on commit 0d582cf

Please sign in to comment.