Browse Source

Update writefreely-web image

Updated with the official writeas/writefreely image on Docker Hub.
pull/434/head
CJ Eller 3 years ago
committed by GitHub
parent
commit
e6c36fc2ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@@ -12,7 +12,7 @@ networks:
services:
writefreely-web:
container_name: "writefreely-web"
image: "writefreely:latest"
image: "writeas/writefreely:latest"

volumes:
- "web-keys:/go/keys"


Loading…
Cancel
Save