diff --git a/docker-compose.yml b/docker-compose.yml index 5e555221..f8156208 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,12 +6,10 @@ services: context: . args: - NODE_ENV=development - target: deps container_name: excalidraw ports: - - "3000:3000" + - "3000:80" restart: on-failure - command: npm run start stdin_open: true healthcheck: disable: true