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' version: '3.3'
services: services:
davdiscover: mailautoconf:
container_name: davdiscover container_name: mailautoconf
ports: ports:
- '8010:80' - '8010:80'
volumes: volumes:
- './config:/var/www/html/config' - './config:/var/www/html/config'
image: pswilde/davdiscover image: pswilde/mailautoconf

View file

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

View file

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