1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
version: "3" |
||||
|
services: |
||||
|
server: |
||||
|
container_name: beeblog |
||||
|
image: beeblog:1.0 |
||||
|
environment: |
||||
|
- TZ="Asia/Shanghai" |
||||
|
restart: always |
||||
|
volumes: |
||||
|
- /root/oss/aiprose/:/root/oss/aiprose/ |
||||
|
- /etc/timezone:/etc/timezone:ro |
||||
|
- /etc/localtime:/etc/localtime:ro |
||||
|
ports: |
||||
|
- "8082:8082" |
Loading…
Reference in new issue