diff options
Diffstat (limited to 'template/docker-compose.yaml.template')
| -rw-r--r-- | template/docker-compose.yaml.template | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 6dbc2b9..f64543b 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -42,7 +42,6 @@ services:        - "./data/certbot/certs:/etc/letsencrypt:ro"        - "./data/certbot/webroot:/srv/acme:ro"        - "blog-public:/srv/blog:ro" -      - "roundcubemail-www:/srv/roundcubemail:ro"    crupest-api:      pull_policy: build @@ -182,12 +181,9 @@ services:      container_name: roundcubemail      restart: on-failure:3      volumes: -      - roundcubemail-www:/var/www/html        - ./data/roundcube/config:/var/roundcube/config        - ./data/roundcube/db:/var/roundcube/db        - rountcubemail-temp:/tmp/roundcube-temp -    ports: -      - 9002:80      environment:        - ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.crupest.life        - ROUNDCUBEMAIL_DEFAULT_PORT=993 @@ -198,5 +194,4 @@ services:  volumes:    blog-public:    debian-dev-home: -  roundcubemail-www:    rountcubemail-temp:
\ No newline at end of file | 
