diff options
| author | 2026-07-11 12:43:53 +0200 | |
|---|---|---|
| committer | 2026-07-11 12:43:53 +0200 | |
| commit | 399b4d54b3101419f6325a4756595a173569965a (patch) | |
| tree | 2ad9ebf299ac8345d5c4c93cf8dca00e20319ad2 | |
| parent | f40a5014177546fbec0c5b4217b44a6dfc50a9a3 (diff) | |
Added comment
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index ecf4fbf..e6091fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ services: cgit: image: jarlucmat/cgit:latest + # build: . restart: always container_name: cgit ports: |
