Changes docker-compose image to use writefreely.

This commit is contained in:
Conor Flynn 2020-10-26 13:52:04 +00:00
parent 0eb1a2deec
commit 9f925c8138
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ networks:
services:
writefreely-web:
container_name: "writefreely-web"
image: "conor-f:writefreely"
image: "writefreely:latest"
volumes:
- "web-keys:/go/keys"