Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Mar 16, 2024
1 parent 5c57cbd commit dde144b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: "3"
services:
git-repo:
container_name: git-updater-git-repo
image: zoeyvid/git-updater:latest
restart: always
network_mode: bridge
environment:
- "TZ=Europe/Berlin"
volumes:
- "/path/to/git-repo:/src"
git-repo:
container_name: git-updater-git-repo
image: zoeyvid/git-updater:latest
restart: always
network_mode: bridge
environment:
- "TZ=Europe/Berlin"
volumes:
- "/path/to/git-repo:/src"

0 comments on commit dde144b

Please sign in to comment.