mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
fix(docker): Add restart policy to web service (#19)
* fix(docker): Add restart policy to containers * fix: Only add restart policy to web service
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
|
||||
web:
|
||||
image: ghcr.io/basnijholt/compose-farm:latest
|
||||
restart: unless-stopped
|
||||
command: web --host 0.0.0.0 --port 9000
|
||||
volumes:
|
||||
- ${SSH_AUTH_SOCK}:/ssh-agent:ro
|
||||
|
||||
Reference in New Issue
Block a user