Commit update script
This commit is contained in:
parent
2f0ca90124
commit
41d7a7cb00
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
|
name: mailuwuemail
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# SSL
|
# SSL
|
||||||
certs:
|
certs:
|
||||||
|
|
@ -49,6 +51,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
webmail:
|
webmail:
|
||||||
image: docker.io/roundcube/roundcubemail:latest
|
image: docker.io/roundcube/roundcubemail:latest
|
||||||
|
hostname: webmail.uwu.email
|
||||||
container_name: webmail
|
container_name: webmail
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
|
|
|
||||||
4
docker-update.sh
Executable file
4
docker-update.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker compose up --force-recreate --build -d --pull always
|
||||||
|
docker image prune -f
|
||||||
Loading…
Add table
Add a link
Reference in a new issue