update2
continuous-integration/drone Build is passing Details

dev
Kelvin 3 years ago
parent ad6c497f36
commit 2d8ffaed9a

@ -9,4 +9,4 @@ RUN adduser -S -D -H -h /app -s /sbin/nologin -u 1000 app
ADD api2gpt-mid /app/
CMD ["/app/api2gpt-mid"]
CMD ["/app/api2gpt-mid", "--log-dir", "/app/logs"]

@ -13,7 +13,6 @@ services:
SERVER_API_USAGE_RECORD_STRING: http://172.17.0.1:8080/other/usageRecord
privileged: true
restart: always
command: --log-dir /app/logs
ports:
- 8083:8080
volumes:

Loading…
Cancel
Save