diff --git a/docker-compose.yml b/docker-compose.yml index 51d17ac..0dda433 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: webapi: - image: fabian986/stayathome:latest + image: couchtreeapp/backend:latest build: . container_name: webapi restart: on-failure @@ -26,4 +26,5 @@ services: - 443:443 volumes: - ./Caddyfile:/etc/Caddyfile - - caddycache:/root/.caddy \ No newline at end of file + # only necessary on server + #- /root/.caddy:/root/.caddy \ No newline at end of file