We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e45984 commit 60661d0Copy full SHA for 60661d0
docker-compose.yml
@@ -25,8 +25,9 @@ services:
25
26
#前端api + 业务rpc - Front-end API + business RPC
27
looklook:
28
- image: lyumikael/gomodd:v1.20.3 # if you "macOs intel" or "linux amd"
29
- #image: lyumikael/go-modd-env:v1.0.0 # if you macOs m1
+ # docker-hub : https://hub.docker.com/r/lyumikael/gomodd
+ # dockerfile: https://github.com/Mikaelemmmm/gomodd , If you are macOs m1\m2 use dockerfile yourself to build the image
30
+ image: lyumikael/gomodd:v1.20.3
31
container_name: looklook
32
environment:
33
# 时区上海 - Timezone Shanghai
0 commit comments