diff --git a/docker-compose.yml b/docker-compose.yml index 0aaf3af0..0b43da6a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: http: - image: ghcr.io/femiwiki/femiwiki:dev + image: ghcr.io/femiwiki/femiwiki:latest command: caddy run ports: - 8080:8080 @@ -21,7 +21,7 @@ services: options: max-size: '100m' fastcgi: - image: ghcr.io/femiwiki/femiwiki:dev + image: ghcr.io/femiwiki/femiwiki:latest volumes: # Mount secret.php, LocalSettings.php and site-list.xml - ./development:/a:ro