Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 30ef1fd

Browse files
committed
#6: docker-compose.yaml and .gitignore small additions
1 parent 3c0550f commit 30ef1fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
go.sum
33
main
4+
vendor

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.3'
22
services:
33
dovecot-director-controller:
4-
image: angylada/dovecot-director-controller:latest
4+
image: "ghcr.io/sers-dev/dovecot-director-controller:latest"
55
build:
66
context: ../
77
dockerfile: ./docker/Dockerfile

0 commit comments

Comments
 (0)