diff options
-rw-r--r-- | template/docker-compose.yaml.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index a908795..12255ff 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -181,9 +181,9 @@ services: container_name: roundcubemail restart: on-failure:3 volumes: - - ./data/roundcube/config:/var/roundcube/config + - ./data/roundcube/www/html:/var/www/html - ./data/roundcube/db:/var/roundcube/db - - rountcubemail-temp:/tmp/roundcube-temp + - roundcubemail-temp:/tmp/roundcube-temp environment: - ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.crupest.life - ROUNDCUBEMAIL_DEFAULT_PORT=993 @@ -216,4 +216,4 @@ services: volumes: blog-public: debian-dev-home: - rountcubemail-temp:
\ No newline at end of file + roundcubemail-temp:
\ No newline at end of file |