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' version: '2'
services: services:
snappymail: snappymail:
image: leojonathanoh/snappymail:pr-1 image: djmaze/snappymail:latest
ports: ports:
- 8888:8888 - 8888:8888
environment: environment:

View file

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

View file

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

View file

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