Skip to content

Commit

Permalink
chore(docker): update docker-compose.yml file sample
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Aug 7, 2024
1 parent 125a666 commit 0803e23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
version: "3.5"
version: '3.8'
services:
artalk:
container_name: artalk
image: artalk/artalk-go
restart: unless-stopped
build:
context: ./
dockerfile: Dockerfile
ports:
- 8080:23366
volumes:
- ./data:/data
environment:
- TZ=Asia/Shanghai
- ATK_LOCALE=zh-CN
- ATK_SITE_DEFAULT=Artalk 的博客
- ATK_TRUSTED_DOMAINS=https://your_domain

0 comments on commit 0803e23

Please sign in to comment.