diff --git a/compose.yaml b/compose.yaml index 1421b74..a456ac5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -46,12 +46,4 @@ services: volumes: - /app-config/vw-data:/data networks: - - proxy_network - - proxy_log: - image: alpine - container_name: proxy_log - command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /logs/access.log" - volumes: - - /app-config/caddy/logs:/logs:ro - restart: unless-stopped \ No newline at end of file + - proxy_network \ No newline at end of file