diff --git a/.vscode/launch.json b/.vscode/launch.json index d642209..64aca51 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "command": "./node_modules/.bin/astro dev", + "command": "./node_modules/.bin/astro dev --host 0.0.0.0", "name": "Development server", "request": "launch", "type": "node-terminal" diff --git a/docker-compose.yml b/docker-compose.yml index b60367e..fd0a5f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,6 +14,7 @@ - db container_name: hello-programmer-world_playground + restart: unless-stopped db: image: mysql:8.0 @@ -41,6 +42,7 @@ depends_on: - db container_name: hello-programmer-world_phpmyadmin + restart: unless-stopped volumes: db_data: