changed name to mailautoconf

This commit is contained in:
Paul Wilde 2021-08-11 16:04:34 +01:00
parent c2b818ecb8
commit 580de6c37d
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
version: '3.3'
services:
davdiscover:
container_name: davdiscover
mailautoconf:
container_name: mailautoconf
ports:
- '8010:80'
volumes:
- './config:/var/www/html/config'
image: pswilde/davdiscover
image: pswilde/mailautoconf

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
podman run --name davdiscover \
podman run --name mailautoconf \
--rm \
-p "8010:80" \
-v ./config:/var/www/html/config \
pswilde/davdiscover
pswilde/mailautoconf

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
podman run --name davdiscover-test \
podman run --name mailautoconf-test \
--rm \
-p "8010:80" \
-v ./src:/var/www/html/ \