rocketchat: No alpine version of 7.0.0 and newer
This commit is contained in:
parent
2a4af75d53
commit
ff42297fad
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ After=network-online.target
|
|||
[Service]
|
||||
User=rocketchat
|
||||
EnvironmentFile=/etc/sysconfig/rocketchat-container
|
||||
ExecStartPre=/usr/bin/podman pull docker.io/rocketchat/rocket.chat:{{ rocketchat_version }}-alpine
|
||||
ExecStartPre=/usr/bin/podman pull docker.io/rocketchat/rocket.chat:{{ rocketchat_version }}
|
||||
ExecStart=/usr/bin/podman run \
|
||||
--rm -p 127.0.0.1:8008:3000 \
|
||||
--name rocketchat \
|
||||
--volume={{ tls_certs }}/ca.crt:/etc/ssl/certs/ca.crt:ro \
|
||||
--volume={{ tls_private }}/rocketchat.pem:/etc/ssl/private/rocketchat.pem:ro \
|
||||
--env ROOT_URL --env MONGO_URL --env MONGO_OPLOG_URL \
|
||||
docker.io/rocketchat/rocket.chat:{{ rocketchat_version }}-alpine
|
||||
docker.io/rocketchat/rocket.chat:{{ rocketchat_version }}
|
||||
ExecStop=/usr/bin/podman stop --ignore rocketchat
|
||||
ExecStopPost=/usr/bin/podman rm -f --ignore rocketchat
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue