update runner

This commit is contained in:
呱呱呱 2023-11-28 15:01:11 +08:00 committed by root
parent dd4a2a77d9
commit 30ae461d28
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ services:
networks:
- default
- app_net
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
environment:
GITEA_INSTANCE_URL: 'http://172.20.32.202:10082' # required
networks:
app_net:
external: true