This commit is contained in:
the-djmaze 2024-02-26 14:53:25 +01:00
parent b4e146776f
commit 99b7ec661c
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
version: '2'
services:
snappymail:
image: leojonathanoh/snappymail:pr-1
image: djmaze/snappymail:latest
ports:
- 8888:8888
environment:

View file

@ -1,7 +1,7 @@
version: '2'
services:
snappymail:
image: leojonathanoh/snappymail:pr-1
image: djmaze/snappymail:latest
ports:
- 8888:8888
environment:

View file

@ -1,7 +1,7 @@
version: '2'
services:
snappymail:
image: leojonathanoh/snappymail:pr-1
image: djmaze/snappymail:latest
ports:
- 8888:8888
environment:

View file

@ -38,7 +38,7 @@ services:
# snappymail will be available at: https://snappymail.example.com
snappymail:
image: leojonathanoh/snappymail:pr-1
image: djmaze/snappymail:latest
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-network"