Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-07 09:51:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a9ec29cc076e115910cbecf3d672754b609a0f4
4a9ec29c
1 parent
f4e74e02
chore(docker-compose): use remote image
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
docker-compose.yml
docker-compose.yml
View file @
4a9ec29
...
...
@@ -2,10 +2,9 @@ version: "3.9"
services
:
bettafish
:
build
:
context
:
.
dockerfile
:
Dockerfile
image
:
bettafish:latest
image
:
ghcr.io/666ghj/bettafish:latest
# Speed up mirror
# image: ghcr.nju.edu.cn/666ghj/bettafish:latest
container_name
:
bettafish
restart
:
unless-stopped
environment
:
...
...
Please
register
or
login
to post a comment