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

added restart policy for container server_self_hosted so it restarts after rebooting system
This commit is contained in:
basiljelly
2023-07-26 07:52:40 -04:00
committed by GitHub
parent e215ac4343
commit 84ceb7ffd2

View File

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