Dmitry Beresnev commited on
Commit
d80fc82
·
1 Parent(s): b83cb91

fix hostname issue

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. supervisord.conf +1 -0
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.13-slim
2
 
3
  WORKDIR /app
4
 
supervisord.conf CHANGED
@@ -5,6 +5,7 @@ pidfile=/tmp/supervisord.pid
5
  user=root
6
 
7
  [program:openclaw]
 
8
  command=/bin/sh -lc "openclaw gateway run --port 18789 --allow-unconfigured"
9
  autorestart=true
10
  startsecs=5
 
5
  user=root
6
 
7
  [program:openclaw]
8
+ environment=HOSTNAME="openclaw"
9
  command=/bin/sh -lc "openclaw gateway run --port 18789 --allow-unconfigured"
10
  autorestart=true
11
  startsecs=5