ソースを参照

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