Showing
1 changed file
with
3 additions
and
4 deletions
| @@ -2,10 +2,9 @@ version: "3.9" | @@ -2,10 +2,9 @@ version: "3.9" | ||
| 2 | 2 | ||
| 3 | services: | 3 | services: |
| 4 | bettafish: | 4 | bettafish: |
| 5 | - build: | ||
| 6 | - context: . | ||
| 7 | - dockerfile: Dockerfile | ||
| 8 | - image: bettafish:latest | 5 | + image: ghcr.io/666ghj/bettafish:latest |
| 6 | + # Speed up mirror | ||
| 7 | + # image: ghcr.nju.edu.cn/666ghj/bettafish:latest | ||
| 9 | container_name: bettafish | 8 | container_name: bettafish |
| 10 | restart: unless-stopped | 9 | restart: unless-stopped |
| 11 | environment: | 10 | environment: |
-
Please register or login to post a comment