Update docker-compose.yml

This commit is contained in:
chunzhi 2023-05-11 15:16:23 +08:00 committed by GitHub
parent ed38dd852d
commit 76eb8f3413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,12 @@ services:
image: ghcr.io/songquanpeng/one-api:latest image: ghcr.io/songquanpeng/one-api:latest
container_name: one-api container_name: one-api
restart: always restart: always
command: --log-dir /app/logs
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- /path/to/one-api:/data - /home/ubuntu/data/one-api:/data
- /home/ubuntu/data/one-api/logs:/app/logs
# environment: # environment:
# REDIS_CONN_STRING: redis://default:redispw@localhost:49153 # REDIS_CONN_STRING: redis://default:redispw@localhost:49153
# SESSION_SECRET: random_string # SESSION_SECRET: random_string