mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-23 18:29:21 -07:00
Updated Running with systemd docker (markdown)
@@ -15,7 +15,7 @@ Requires=docker.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
TimeoutStartSec=0
|
TimeoutStartSec=0
|
||||||
ExecStartPre=/usr/bin/docker pull bitwardenrs/server:latest
|
ExecStartPre=-/usr/bin/docker pull bitwardenrs/server:latest
|
||||||
ExecStart=/usr/bin/docker run -d \
|
ExecStart=/usr/bin/docker run -d \
|
||||||
-p 8080:80 \
|
-p 8080:80 \
|
||||||
-p 8081:3012 \
|
-p 8081:3012 \
|
||||||
|
|||||||
Reference in New Issue
Block a user