mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
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:
@@ -3,6 +3,7 @@ services:
|
||||
image: standardnotes/server
|
||||
env_file: .env
|
||||
container_name: server_self_hosted
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3125:3104
|
||||
|
||||
Reference in New Issue
Block a user