I am getting Welcome to nginx! page after fresh installation of discourse on raspberry pi.
How can i fix it?
log:
Configuration file at containers/app.yml updated successfully!
Updates successful. Rebuilding in 5 seconds.
Building app
WARNING: Support for aarch64 is experimental at the moment. Please report any problems at https://meta.discourse.org/tag/arm
WARNING: We are about to start downloading the Discourse base image
This process may take anywhere between a few minutes to an hour, depending on your network speed
Please be patient
aarch64: Pulling from discourse/base
fcdb9667c46b: Pulling fs layer
ff975eeb363e: Pulling fs layer
95903f6b4da4: Pulling fs layer
d1a5009c5369: Pulling fs layer
fb47b4d4a956: Pulling fs layer
4f4fb700ef54: Pulling fs layer
fdb79ad6923b: Pulling fs layer
0843655d8a0d: Pulling fs layer
d3c7a5957327: Pulling fs layer
938e9b585a54: Pulling fs layer
aecd81399e4c: Pulling fs layer
5be027906f5c: Pulling fs layer
ce494ebce8f1: Pull complete
d1bd322d763f: Pull complete
4feaaa9229ce: Pull complete
1b0ec279770e: Pull complete
48e12bb390be: Pull complete
3765a4b92561: Pull complete
7d82e3524886: Pull complete
40f81a97f362: Pull complete
984f16073f40: Pull complete
f0c308574324: Pull complete
e3c107bb6973: Pull complete
d11ccd3b9345: Pull complete
4958cc4fa8bd: Pull complete
e6d68f4cf58b: Pull complete
0bbf105bc394: Pull complete
05e481654e42: Pull complete
92f0358a598a: Pull complete
0de5595ead8a: Pull complete
017ab02d03c3: Pull complete
877c0fd18751: Pull complete
19ed888de755: Extracting [================================> ] 160.4MB/243.2MB
19ed888de755: Extracting [==================================> ] 165.4MB/243.2MB
19ed888de755: Extracting [==================================> ] 168.2MB/243.2MB
19ed888de755: Extracting [==================================> ] 169.3MB/243.2MB
19ed888de755: Pull complete
62807dbe7815: Pull complete
d5427a9c60ef: Pull complete
36b47f2e9333: Pull complete
db1bc20677b8: Pull complete
77f98444bcae: Pull complete
f6f74f553e90: Pull complete
7923501a820e: Pull complete
ffae7c443101: Pull complete
174dbf3f5aa8: Pull complete
387e00a7f835: Pull complete
7b1e2c53ed74: Pull complete
35b029f03f99: Pull complete
81dd6799b5e1: Pull complete
Digest: sha256:814392d12dfd5d85f0c2f48368e7c452011820b70cb4c634b9b8fee6b6648fe4
Status: Downloaded newer image for discourse/base:aarch64
docker.io/discourse/base:aarch64
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
aarch64: Pulling from discourse/base
Digest: sha256:814392d12dfd5d85f0c2f48368e7c452011820b70cb4c634b9b8fee6b6648fe4
Status: Image is up to date for discourse/base:aarch64
docker.io/discourse/base:aarch64
/usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2023-04-06T20:36:54.742058 #1] INFO -- : Reading from stdin
I, [2023-04-06T20:36:54.758634 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2023-04-06T20:36:54.857492 #1] INFO -- : Generating locales (this might take a while)...
Generation complete.
I, [2023-04-06T20:36:54.857978 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2023-04-06T20:36:54.867666 #1] INFO -- :
I, [2023-04-06T20:36:54.868651 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2023-04-06T20:36:54.876823 #1] INFO -- :
I, [2023-04-06T20:36:54.877586 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2023-04-06T20:36:54.885070 #1] INFO -- :
I, [2023-04-06T20:36:54.885977 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2023-04-06T20:36:54.894676 #1] INFO -- :
I, [2023-04-06T20:36:54.895445 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2023-04-06T20:36:54.903565 #1] INFO -- :
I, [2023-04-06T20:36:54.904363 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2023/04/06 20:36:54 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2023-04-06T20:36:54.920766 #1] INFO -- :
I, [2023-04-06T20:36:54.921250 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2023-04-06T20:36:54.930383 #1] INFO -- :
I, [2023-04-06T20:36:54.930837 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2023-04-06T20:36:54.941550 #1] INFO -- :
I, [2023-04-06T20:36:54.942108 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-04-06T20:36:54.951159 #1] INFO -- :
I, [2023-04-06T20:36:54.952171 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-04-06T20:36:54.960212 #1] INFO -- :
I, [2023-04-06T20:36:54.978168 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
I, [2023-04-06T20:36:54.996968 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2023-04-06T20:36:55.014805 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2023-04-06T20:36:55.032482 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
I, [2023-04-06T20:36:55.033380 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2023-04-06T20:37:02.341183 #1] INFO -- :
I, [2023-04-06T20:37:02.342101 #1] INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/13/bin/initdb -D /shared/postgres_data || exit 0
initdb: warning: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
I, [2023-04-06T20:37:07.682161 #1] INFO -- : The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /shared/postgres_data ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
/usr/lib/postgresql/13/bin/pg_ctl -D /shared/postgres_data -l logfile start
I, [2023-04-06T20:37:07.682399 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2023-04-06T20:37:07.711323 #1] INFO -- :
I, [2023-04-06T20:37:07.711844 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2023-04-06T20:37:07.719017 #1] INFO -- :
I, [2023-04-06T20:37:07.719855 #1] INFO -- : > /root/upgrade_postgres
I, [2023-04-06T20:37:07.734733 #1] INFO -- :
I, [2023-04-06T20:37:07.735376 #1] INFO -- : > rm /root/upgrade_postgres
I, [2023-04-06T20:37:07.742889 #1] INFO -- :
I, [2023-04-06T20:37:07.744406 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.747145 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.757855 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.766052 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.773787 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.781282 #1] INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.789651 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2023-04-06T20:37:07.802027 #1] INFO -- :
I, [2023-04-06T20:37:07.803533 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.805207 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.816218 #1] INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2023-04-06T20:37:07.824605 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2023-04-06T20:37:07.826438 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2023-04-06T20:37:07.838696 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2023-04-06T20:37:07.846156 #1] INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main
I, [2023-04-06T20:37:07.854834 #1] INFO -- : > sleep 5
2023-04-06 20:37:08.010 UTC [57] LOG: starting PostgreSQL 13.10 (Debian 13.10-1.pgdg110+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2023-04-06 20:37:08.011 UTC [57] LOG: listening on IPv4 address "0.0.0.0", port 5432
2023-04-06 20:37:08.011 UTC [57] LOG: listening on IPv6 address "::", port 5432
2023-04-06 20:37:08.056 UTC [57] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-04-06 20:37:08.120 UTC [60] LOG: database system was shut down at 2023-04-06 20:37:04 UTC
2023-04-06 20:37:08.360 UTC [57] LOG: database system is ready to accept connections
I, [2023-04-06T20:37:12.864125 #1] INFO -- :
I, [2023-04-06T20:37:12.865978 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2023-04-06 20:37:13.479 UTC [70] postgres@postgres LOG: duration: 465.904 ms statement: CREATE DATABASE discourse;
I, [2023-04-06T20:37:13.487518 #1] INFO -- :
I, [2023-04-06T20:37:13.488505 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
I, [2023-04-06T20:37:13.636079 #1] INFO -- : CREATE ROLE
I, [2023-04-06T20:37:13.636706 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2023-04-06T20:37:13.777435 #1] INFO -- : GRANT
I, [2023-04-06T20:37:13.778478 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2023-04-06T20:37:13.916493 #1] INFO -- : ALTER SCHEMA
I, [2023-04-06T20:37:13.917082 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
I, [2023-04-06T20:37:14.112646 #1] INFO -- : CREATE EXTENSION
I, [2023-04-06T20:37:14.113173 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
I, [2023-04-06T20:37:14.278528 #1] INFO -- : CREATE EXTENSION
I, [2023-04-06T20:37:14.279077 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
I, [2023-04-06T20:37:14.464002 #1] INFO -- : CREATE EXTENSION
I, [2023-04-06T20:37:14.464504 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
I, [2023-04-06T20:37:14.626344 #1] INFO -- : CREATE EXTENSION
I, [2023-04-06T20:37:14.627073 #1] INFO -- : > sudo -u postgres psql discourse
I, [2023-04-06T20:37:14.632281 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
I, [2023-04-06T20:37:14.784372 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2023-04-06T20:37:14.795632 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2023-04-06T20:37:14.795972 #1] INFO -- : > echo postgres installed!
I, [2023-04-06T20:37:14.804108 #1] INFO -- : postgres installed!
I, [2023-04-06T20:37:14.823912 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
I, [2023-04-06T20:37:14.842110 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
I, [2023-04-06T20:37:14.860311 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2023-04-06T20:37:14.861502 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.864344 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.872357 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2023-04-06T20:37:14.884288 #1] INFO -- :
I, [2023-04-06T20:37:14.886116 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.888490 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.895942 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.901165 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.906270 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2023-04-06T20:37:14.910590 #1] INFO -- : > echo redis installed
I, [2023-04-06T20:37:14.919043 #1] INFO -- : redis installed
I, [2023-04-06T20:37:14.919889 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2023-04-06T20:37:14.933284 #1] INFO -- : logfile ""
I, [2023-04-06T20:37:14.933820 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-04-06T20:37:14.939910 #1] INFO -- : > sleep 10
118:C 06 Apr 2023 20:37:14.959 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
118:C 06 Apr 2023 20:37:14.960 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=118, just started
118:C 06 Apr 2023 20:37:14.960 # Configuration loaded
118:M 06 Apr 2023 20:37:14.961 * monotonic clock: POSIX clock_gettime
118:M 06 Apr 2023 20:37:14.962 * Running mode=standalone, port=6379.
118:M 06 Apr 2023 20:37:14.963 # Server initialized
118:M 06 Apr 2023 20:37:14.963 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
118:M 06 Apr 2023 20:37:14.966 * Ready to accept connections
I, [2023-04-06T20:37:24.949166 #1] INFO -- :
I, [2023-04-06T20:37:24.950926 #1] INFO -- : > thpoff echo "thpoff is installed!"
I, [2023-04-06T20:37:24.968377 #1] INFO -- : thpoff is installed!
I, [2023-04-06T20:37:24.968914 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
I, [2023-04-06T20:37:25.184259 #1] INFO -- :
I, [2023-04-06T20:37:25.184755 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2023-04-06T20:37:25.398391 #1] INFO -- :
I, [2023-04-06T20:37:25.398877 #1] INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN_URL"] || "")[0..1] == "//"; puts "Aborting! CDN must have a protocol specified. Once fixed you should rebake your posts now to correct all posts."; exit 1; end'
I, [2023-04-06T20:37:25.610839 #1] INFO -- :
I, [2023-04-06T20:37:25.611314 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2023-04-06T20:37:25.618636 #1] INFO -- :
I, [2023-04-06T20:37:25.628281 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
I, [2023-04-06T20:37:25.645860 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2023-04-06T20:37:25.664872 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
I, [2023-04-06T20:37:25.683253 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
I, [2023-04-06T20:37:25.700237 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2023-04-06T20:37:25.718159 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2023-04-06T20:37:25.718603 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2023-04-06T20:37:25.719696 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-04-06T20:37:25.728512 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
146:C 06 Apr 2023 20:37:25.743 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
146:C 06 Apr 2023 20:37:25.743 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=146, just started
146:C 06 Apr 2023 20:37:25.743 # Configuration loaded
146:M 06 Apr 2023 20:37:25.744 * monotonic clock: POSIX clock_gettime
146:M 06 Apr 2023 20:37:25.745 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
146:M 06 Apr 2023 20:37:25.745 # Failed listening on port 6379 (TCP), aborting.
Updating files: 100% (33066/33066), done.
I, [2023-04-06T20:37:37.255557 #1] INFO -- : HEAD is now at b2a951e4a DEV: Support `in:bookmarked` filter for the `/filter` route (#21000)
I, [2023-04-06T20:37:37.255904 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
^CI, [2023-04-06T20:37:38.020107 #1] INFO -- : Terminating async processes
I, [2023-04-06T20:37:38.020298 #1] INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 57
I, [2023-04-06T20:37:38.020411 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 118
2023-04-06 20:37:38.020 UTC [57] LOG: received fast shutdown request
118:signal-handler (1680813458) Received SIGTERM scheduling shutdown...
118:M 06 Apr 2023 20:37:38.051 # User requested shutdown...
118:M 06 Apr 2023 20:37:38.051 * Saving the final RDB snapshot before exiting.
2023-04-06 20:37:38.124 UTC [57] LOG: aborting any active transactions
2023-04-06 20:37:38.133 UTC [57] LOG: background worker "logical replication launcher" (PID 66) exited with exit code 1
2023-04-06 20:37:38.137 UTC [61] LOG: shutting down
118:M 06 Apr 2023 20:37:38.202 * DB saved on disk
118:M 06 Apr 2023 20:37:38.203 # Redis is now ready to exit, bye bye...
2023-04-06 20:37:38.708 UTC [57] LOG: database system is shut down
/usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:110:in `readlines': Interrupt
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:110:in `block in spawn'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:103:in `popen'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:103:in `spawn'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:80:in `block in run'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:78:in `each'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/exec_command.rb:78:in `run'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/command.rb:8:in `run'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:152:in `block (2 levels) in run_commands'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:142:in `each'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:142:in `block in run_commands'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:141:in `each'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:141:in `run_commands'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:124:in `run'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/cli.rb:65:in `run'
from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/bin/pups:9:in `<top (required)>'
from /usr/local/bin/pups:25:in `load'
from /usr/local/bin/pups:25:in `<main>'
^Csha256:4168ac890cf689e012fbc538c59e78423af5f40ca021aa005d689c89a5fcb234
8ddc85e8181c18a288380d3874abdba92101fd1fa76875840dc160a1e25ea2f4
+ /usr/bin/docker run --shm-size=512m -d --restart=always -e LANG=en_US.UTF-8 -e RAILS_ENV=production -e UNICORN_WORKERS=3 -e UNICORN_SIDEKIQS=1 -e RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 -e RUBY_GC_HEAP_GROWTH_MAX_SLOTS=40000 -e RUBY_GC_HEAP_INIT_SLOTS=400000 -e RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.5 -e DISCOURSE_DB_SOCKET=/var/run/postgresql -e DISCOURSE_DB_HOST= -e DISCOURSE_DB_PORT= -e LETSENCRYPT_DIR=/shared/letsencrypt -e DISCOURSE_FORCE_HTTPS=true -e LC_ALL=en_US.UTF-8 -e LANGUAGE=en_US.UTF-8 -e DISCOURSE_HOSTNAME=krzysiekteam.com -e DISCOURSE_DEVELOPER_EMAILS=jakowlukvito@gmail.com -e DISCOURSE_SMTP_ADDRESS=smtppro.zoho.eu -e DISCOURSE_SMTP_PORT=587 -e DISCOURSE_SMTP_USER_NAME=forum@krzysiekteam.com -e 'DISCOURSE_SMTP_PASSWORD=I deleted it to post on forum
DISCOURSE_SMTP_DOMAIN=krzysiekteam.com -e DISCOURSE_NOTIFICATION_EMAIL=noreply@krzysiekteam.com -e LETSENCRYPT_ACCOUNT_EMAIL=jakowlukvito@gmail.com -h ubuntu-app -e DOCKER_HOST_IP=172.17.0.1 --name app -t -p 80:80 -p 443:443 -v /var/discourse/shared/standalone:/shared -v /var/discourse/shared/standalone/log/var-log:/var/log --mac-address 02:eb:c0:a3:59:d3 local_discourse/app /sbin/boot
211d560685cc61c1a7b877e83934defa84330764cb2b6db3e0717b6f93fea789
Regards