소스 검색

Update docker-compose.example.yml (#673)

added restart policy for container server_self_hosted so it restarts after rebooting system
basiljelly 1 년 전
부모
커밋
84ceb7ffd2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docker-compose.example.yml

+ 1 - 0
docker-compose.example.yml

@@ -3,6 +3,7 @@ services:
     image: standardnotes/server
     env_file: .env
     container_name: server_self_hosted
+    restart: unless-stopped
     ports:
       - 3000:3000
       - 3125:3104