mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-22 22:35:04 +00:00
fix image name in docker-compose.yml
This commit is contained in:
parent
2da73aa9d6
commit
9784904285
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cryptpad:
|
cryptpad:
|
||||||
image: "promasu/cryptpad:latest"
|
image: "promasu/cryptpad:nginx"
|
||||||
hostname: cryptpad
|
hostname: cryptpad
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue